Overload List

  NameDescription
Public methodSocks4Context()()()()
Default constructor.
Public methodSocks4Context(String, String)
Constructs a Socks4Context setting the proxy-address and user-name.
Public methodSocks4Context(IPAddress, String, Boolean)
Constructs a Socks4Context setting the proxy-address, the user-name, and the flag controlling the way host-names are resolved.
Public methodSocks4Context(String, Int32, String)
Constructs a Socks4Context setting the proxy-address, the proxy-port, and the user-name.
Public methodSocks4Context(String, String, Boolean)
Constructs a Socks4Context setting the proxy-address, the user-name, and the flag controlling the way host-names are resolved.
Public methodSocks4Context(IPAddress, Int32, String, Boolean)
Constructs a Socks4Context setting the proxy-address, the proxy-port, the user-name, and the flag controlling the way host-names are resolved..
Public methodSocks4Context(String, Int32, String, Boolean)
Constructs a Socks4Context setting the proxy-address, the proxy-port, the user-name, and the flag controlling the way host-names are resolved.

See Also