Type of proxy to use to connect to the remote machine.
Namespace:
Rebex.Net
Assembly:
Rebex.Networking (in Rebex.Networking.dll)
Syntax
| Visual Basic |
|---|
Public Enumeration ProxyType |
| C# |
|---|
public enum ProxyType |
Members
| Member name | Description | |
|---|---|---|
| None | No proxy. Direct connection. | |
| Socks4 | Connection through Socks4 proxy. This is a legacy proxy protocol that does not support password authentication. | |
| Socks4a | Connection through Socks4A proxy (capable of resolving domain names). This is a legacy proxy protocol that does not support password authentication. | |
| Socks5 | Connection through Socks5 proxy. | |
| HttpConnect | Connection through HTTP proxy using the CONNECT method. |