ProxySettings Struct
Definition
Settings for the proxy
[System.Serializable]
public struct ProxySettings
- Inheritance
- System.ValueTypeProxySettings
- Attributes
- System.SerializableAttribute
Constructors
ProxySettings(String, String, Boolean) |
Fields
Password | The password to use for auth with the proxy |
ProxyServer | Enable or disable the proxy server |
Username | The username to use for auth with the proxy |