Gets or sets the AuthenticationList object to use when trying to authenticate the SOCKS client.
[Visual Basic]Private Property AuthList As Org.Mentalis.Proxy.Socks.Authentication.AuthenticationList
[C#]
private Authentication.AuthenticationList AuthList {get; set;}
Property Value
The AuthenticationList object to use when trying to authenticate the SOCKS client.
See Also
Socks5Handler Class | Socks5Handler Members | Org.Mentalis.Proxy.Socks Namespace