Gets or sets the SOCKS handler to be used when communicating with the client.
[Visual Basic]Friend Property Handler As Org.Mentalis.Proxy.Socks.SocksHandler
[C#]
internal SocksHandler Handler {get; set;}
Property Value
The SocksHandler to be used when communicating with the client.
See Also
SocksClient Class | SocksClient Members | Org.Mentalis.Proxy.Socks Namespace