LuciadCPillar C# 2024.0.04
|
Represents the scope of an authentication request. More...
Public Member Functions | |
AuthenticationScope (string host, int port, string realm, string scheme, Luciad.Loaders.AuthenticationType type) | |
Constructor for the scope of an authentication request. More... | |
void | Dispose () |
override bool | Equals (object other) |
override int | GetHashCode () |
Properties | |
Luciad.Loaders.AuthenticationType | AuthenticationType [get] |
The authentication type, i.e., if it is needed for a server or a proxy. More... | |
string | Host [get] |
The host name of the site or proxy for which authentication is requested. More... | |
int | Port [get] |
The port number of the connection. More... | |
string | Realm [get] |
The realm of the authentication. More... | |
string | Scheme [get] |
The scheme of the authentication request. More... | |
Represents the scope of an authentication request.
|
inline |
Constructor for the scope of an authentication request.
host | the host name of the site or proxy. |
port | the port number of the connection. |
realm | the real of the authentication request. |
scheme | the scheme of the authentication request. |
type | whether the scope is a server or a proxy. |
|
inline |
|
inline |
|
inline |
|
get |
The authentication type, i.e., if it is needed for a server or a proxy.
Returns the authentication type, i.e., if it is needed for a server or a proxy.
|
get |
The host name of the site or proxy for which authentication is requested.
Returns the host name of the site or proxy for which authentication is requested.
|
get |
The port number of the connection.
Returns the port number of the connection. If defined, it is a strict positive integer.
|
get |
The realm of the authentication.
Returns the realm of the authentication.
|
get |
The scheme of the authentication request.
Returns the scheme of the authentication request. This is one of Basic
, Digest
, ...