| Visual Basic (Declaration) | |
|---|---|
Public Enum ProxyType Inherits System.Enum | |
| Visual Basic (Usage) | Copy Code |
|---|---|
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 | Added Http-Connect proxy support 9-16-05, issue 3466 |
| None | No proxy server is used. |
| Socks4 | SOCKS v4 proxy. |
| Socks5 | SOCKS v5 proxy. |
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.PowerTCP.Mail.ProxyType
Target Platforms: Microsoft .NET Framework 2.0