public class ProxySettingsPublic Class ProxySettingspublic ref class ProxySettingstype ProxySettings = class end| ProxySettings | Default constructor. |
| ProxySettings(String, Int32) | Constructs a ProxySettings setting the proxy-address and the proxy-port. |
| ProxySettings(String, Int32, String, String) | Constructs a ProxySettings setting the proxy-address and the proxy-port. |
| NullAuthenticationEnabled | True if null authentication enabled for SOCKS5. |
| Password | Password used to authenticate to the proxy. |
| PasswordAuthenticationEnabled | True if password authentication enabled for SOCKS5. |
| ProxyAddress | Address to be used to connect to the proxy. |
| ProxyPort | Port to be used to connect to the proxy. |
| ProxyType | Type of proxy being used. |
| PublicProxyAddress | Address that the proxy server presents to the "outside" network. |
| UserName | User name used to authenticate to the proxy. |
| Equals | (Overrides ObjectEquals(Object)) |
| Finalize | Allows an object to try to free resources and perform other cleanup operations before it is reclaimed by garbage collection. (Inherited from Object) |
| GetHashCode | (Overrides ObjectGetHashCode) |
| GetType | Gets the Type of the current instance. (Inherited from Object) |
| MemberwiseClone | Creates a shallow copy of the current Object. (Inherited from Object) |
| ToString | (Overrides ObjectToString) |