Gets or sets the AuthenticationList to be used when a SOCKS5 client connects.
[Visual Basic]Private Property AuthList As Org.Mentalis.Proxy.Socks.Authentication.AuthenticationList
[C#]
private Authentication.AuthenticationList AuthList {get; set;}
Property Value
An AuthenticationList that is to be used when a SOCKS5 client connects.
Remarks
This value can be null.
See Also
SocksListener Class | SocksListener Members | Org.Mentalis.Proxy.Socks Namespace