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 nameDescription
Supported by the .NET Compact FrameworkNone
No proxy. Direct connection.
Supported by the .NET Compact FrameworkSocks4
Connection through Socks4 proxy. This is a legacy proxy protocol that does not support password authentication.
Supported by the .NET Compact FrameworkSocks4a
Connection through Socks4A proxy (capable of resolving domain names). This is a legacy proxy protocol that does not support password authentication.
Supported by the .NET Compact FrameworkSocks5
Connection through Socks5 proxy.
Supported by the .NET Compact FrameworkHttpConnect
Connection through HTTP proxy using the CONNECT method.

Version Information

.NET Compact Framework

Supported in: 3.9, 3.5

See Also