Overload List

  NameDescription
Public methodSocks5Context()()()()
Default constructor.
Public methodSocks5Context(IPAddress)
Constructs a SOCKS5 context for the proxy with the given address.
Public methodSocks5Context(String)
Constructs a SOCKS5 context for the proxy with the given address.
Public methodSocks5Context(IPAddress, Int32)
Constructs a SOCKS5 context for the proxy with the given address.
Public methodSocks5Context(String, Int32)
Constructs a SOCKS5 context for the proxy with the given address and port.

See Also