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