IProxyServerInfo Interface

Provides access to members that control proxy server configuration.

Members

Name Description
Read/write property Enabled Indicates whether a proxy server is required.
Read/write property Password Proxy server user password.
Read/write property ProxyServer Proxy server address.
Method ReadProxyServerInfo Read proxy server configuration from the registry.
Read/write property UserName Proxy server user name.
Method 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.

Your browser is no longer supported. Please upgrade your browser for the best experience. See our browser deprecation post for more details.