AuthenticateParameters Class | 
Namespace: DotNetBrowser.Net.Handlers
public sealed class AuthenticateParameters : NetworkParameters
The AuthenticateParameters type exposes the following members.
| Name | Description | |
|---|---|---|
| Host | 
                Gets the host of the service issuing the authentication challenge.
              | |
| IsProxy | 
                Indicates whether this authentication challenge came from a server or a proxy.
              | |
| Network | 
                The INetwork instance associated with the handler.
              (Inherited from NetworkParameters.) | |
| Port | 
                Gets the port of the service issuing the authentication challenge.
              | |
| Realm | 
                Gets the realm of the authentication challenge. This method can return empty string.
              | |
| Scheme | 
                Gets the authentication scheme used, such as "basic" or "digest". In case of FTP server, this method returns empty
                string.
              | |
| Url | 
                Gets the URL of a web page that causes authentication.
              | 
| Name | Description | |
|---|---|---|
| Equals | Determines whether the specified object is equal to the current object.  (Inherited from Object.) | |
| GetHashCode | Serves as the default hash function.  (Inherited from Object.) | |
| GetType | Gets the Type of the current instance.  (Inherited from Object.) | |
| ToString | Returns a string that represents the current object.  (Overrides ObjectToString.) |