Provides access to members that control proxy server configuration.
Members
| Name | Description | |
|---|---|---|
|  | Enabled | Indicates whether a proxy server is required. | 
|  | Password | Proxy server user password. | 
|  | ProxyServer | Proxy server address. | 
|  | ReadProxyServerInfo | Read proxy server configuration from the registry. | 
|  | UserName | Proxy server user name. | 
|  | WriteProxyServerInfo | Write proxy server configuration to the registry. | 
IProxyServerInfo.Enabled Property
Indicates whether a proxy server is required.
Public Property Enabled As Boolean
public bool Enabled {get; set;}
IProxyServerInfo.Password Property
Proxy server user password.
Public Property Password As String
public string Password {get; set;}
IProxyServerInfo.ProxyServer Property
Proxy server address.
Public Property ProxyServer As String
public string ProxyServer {get; set;}
IProxyServerInfo.ReadProxyServerInfo Method
Read proxy server configuration from the registry.
Public Sub ReadProxyServerInfo ( _
)
public void ReadProxyServerInfo (
);
IProxyServerInfo.UserName Property
Proxy server user name.
Public Property UserName As String
public string UserName {get; set;}
IProxyServerInfo.WriteProxyServerInfo Method
Write proxy server configuration to the registry.
Public Sub WriteProxyServerInfo ( _
)
public void WriteProxyServerInfo (
);
Classes that implement IProxyServerInfo
| Classes | Description | 
|---|---|
| ProxyServerInfo | A utility class for setting proxy server configuration information. |