Provides access to additional ProxyServerInfo methods.
Members
Name | Description | |
---|---|---|
CacheProxyCredentials | Cache proxy credentials. | |
CredentialsCancelled | Indicates credentials cancel state. | |
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. |
IProxyServerInfo2.CacheProxyCredentials Method
Cache proxy credentials.
Public Sub CacheProxyCredentials ( _
)
public void CacheProxyCredentials (
);
IProxyServerInfo2.CredentialsCancelled Property
Indicates credentials cancel state.
Public Property CredentialsCancelled As Boolean
public bool CredentialsCancelled {get; set;}
Inherited Interfaces
Interfaces | Description |
---|---|
IProxyServerInfo | Provides access to members that control proxy server configuration. |
Classes that implement IProxyServerInfo2
Classes | Description |
---|---|
ProxyServerInfo | A utility class for setting proxy server configuration information. |