Click or drag to resize

AuthenticateParameters Properties

The AuthenticateParameters type exposes the following members.

Properties
  NameDescription
Public propertyHost
Gets the host of the service issuing the authentication challenge.
Public propertyIsProxy
Indicates whether this authentication challenge came from a server or a proxy.
Public propertyNetwork
The INetwork instance associated with the handler.
(Inherited from NetworkParameters.)
Public propertyPort
Gets the port of the service issuing the authentication challenge.
Public propertyRealm
Gets the realm of the authentication challenge. This method can return empty string.
Public propertyScheme
Gets the authentication scheme used, such as "basic" or "digest". In case of FTP server, this method returns empty string.
Public propertyUrl
Gets the URL of a web page that causes authentication.
Top
See Also