| Dart.Sockets Namespace : ProxyType Enumeration |
'Declaration Public Enum ProxyType Inherits System.Enum
'Usage Dim instance As ProxyType
public enum ProxyType : System.Enum
__value public enum ProxyType : public System.Enum
public enum class ProxyType : public System.Enum
| Member | Description |
|---|---|
| Http | An HTTP server proxy is to be used. |
| None | No server proxy is to be used. |
| Socks4 | A SOCKS4 server proxy is to be used. |
| Socks5 | A SOCKS5 server proxy is to be used. |
System.Object
System.ValueType
System.Enum
Dart.Sockets.ProxyType