Visual Basic (Declaration) | |
---|---|
Public Enum ProxyType Inherits System.Enum |
Visual Basic (Usage) | ![]() |
---|---|
Dim instance As ProxyType |
C# | |
---|---|
public enum ProxyType : System.Enum |
Managed Extensions for C++ | |
---|---|
__value public enum ProxyType : public System.Enum |
C++/CLI | |
---|---|
public enum class ProxyType : public System.Enum |
Member | Description |
---|---|
HttpConnect | Http-Connect proxy. The Username and Password properties are used. |
None | No proxy server is used. |
Socks4 | SOCKS v4 proxy. The Username property is used. |
Socks5 | SOCKS v5 proxy. The Username and Password properties are used. |
This enumeration is used by the Proxy property.
Set the Proxy.Type property to the proper ProxyType of your proxy server before calling any method that requires communication with the server.
System.Object
System.ValueType
System.Enum
Dart.Common.ProxyType
Target Platforms: Microsoft .NET Framework 2.0