ProxyType Enum
Namespace: Rebex.Net
Assembly: Rebex.Networking.dll (version 7.0.9448)
Type of proxy to use to connect to the remote machine.
Syntax
public enum ProxyType
Fields
| Name | Description |
|---|---|
| HttpConnect | Connection through HTTP proxy using the CONNECT method. |
| 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. |