DotMSN

ProxyTypes Enumeration

Specifies the type of proxy servers that an instance of the ProxySocket class can use.

[Visual Basic]
Public Enum ProxyTypes
[C#]
public enum ProxyTypes

Members

Member Name Description
NoneNo proxy server; the ProxySocket object behaves exactly like an ordinary Socket object.
Socks4A SOCKS4[A] proxy server.
Socks5A SOCKS5 proxy server.

Requirements

Namespace: Org.Mentalis.Network.ProxySocket

Assembly: XihSolutions.DotMSN (in XihSolutions.DotMSN.dll)

See Also

Org.Mentalis.Network.ProxySocket Namespace