SocksClient.AuthList Property

Mentalis.org Proxy

Mentalis.org Proxy Documentation

SocksClient.AuthList Property

Gets or sets the AuthenticationList to use when a computer tries to authenticate on the proxy server.

[Visual Basic]Private Property AuthList As Org.Mentalis.Proxy.Socks.Authentication.AuthenticationList
[C#]
private Authentication.AuthenticationList AuthList {get; set;}

Property Value

An instance of the AuthenticationList class that contains all the valid username/password combinations.

See Also

SocksClient Class | SocksClient Members | Org.Mentalis.Proxy.Socks Namespace