SocksListener.AuthList Property

Mentalis.org Proxy

Mentalis.org Proxy Documentation

SocksListener.AuthList Property

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