Socks4a connection proxy class. This class implements the Socks4a standard proxy protocol which is an extension of the Socks4 protocol

Namespace: Starksoft.Net.Proxy
Assembly:  Starksoft.Net.Proxy (in Starksoft.Net.Proxy.dll)

Syntax

C#
public class Socks4aProxyClient : Socks4ProxyClient
Visual Basic (Declaration)
Public Class Socks4aProxyClient _
	Inherits Socks4ProxyClient

Remarks

In Socks version 4A if the client cannot resolve the destination host's domain name to find its IP address the server will attempt to resolve it.

Inheritance Hierarchy

System..::Object
  Starksoft.Net.Proxy..::Socks4ProxyClient
    Starksoft.Net.Proxy..::Socks4aProxyClient

See Also