Host Property (ProxyOptions)
In This Topic
Gets or sets the host name or IP address of the proxy server to which to connect.
Syntax
'Declaration
Public Property Host As String
public string Host {get; set;}
Property Value
The host name or IP address of proxy server.
See Also