LuciadCPillar C# 2023.1.04
Luciad.Loaders Namespace Reference

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...
 

Enumeration Type Documentation

◆ AuthenticationType

Represents the type of server requiring authentication.

luciad/loaders/ICredentialsProvider.h 2022.0

Warning
C# documentation translation is incomplete. You can find more information in the C++ documentation for luciad::AuthenticationType.
Enumerator
Server 

Authentication request is for a server.

Warning
C# documentation translation is incomplete. You can find more information in the C++ documentation for luciad::AuthenticationType::Server.
Proxy 

Authentication request is for a proxy.

Warning
C# documentation translation is incomplete. You can find more information in the C++ documentation for luciad::AuthenticationType::Proxy.