LuciadCPillar C# 2024.0.08
All Classes Namespaces Functions Enumerations Enumerator Properties Pages
Luciad.Loaders Namespace Reference

Base classes related to loading data for network resources. More...

Classes

class  AuthenticationScope
 Represents the scope of an authentication request. More...
 
interface  Credentials
 Marker interface for user credentials. More...
 
interface  ICredentialsProvider
 This interface provides methods to retrieve a user and password for sites requesting authentication. More...
 
interface  IDataLoader
 Interface for loading data from a path into memory. More...
 
interface  IProxySelector
 This interface allows to select a proxy to use when connecting to network resources. More...
 
class  Proxy
 Represents the proxy server. More...
 
class  UsernamePasswordCredentials
 Represents the user credentials. More...
 

Enumerations

enum  AuthenticationType { Server , Proxy }
 Represents the type of server requiring authentication. More...
 

Detailed Description

Base classes related to loading data for network resources.

Enumeration Type Documentation

◆ AuthenticationType

Represents the type of server requiring authentication.

Since
2022.0
Enumerator
Server 

Authentication request is for a server.

Proxy 

Authentication request is for a proxy.