Proxy settings to use to connect to a web site.
[Serializable] public struct ProxyInfo { public String ProxyUrl; public int ProxyPort; public bool HaveData; }
<Serializable> Public Structure ProxyInfo Public ProxyUrl As String Public ProxyPort As Integer Public HaveData As bool End Structure