Socks5Handler.AuthMethod Property

Mentalis.org Proxy

Mentalis.org Proxy Documentation

Socks5Handler.AuthMethod Property

Gets or sets the the AuthBase object to use when trying to authenticate the SOCKS client.

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

Property Value

The AuthBase object to use when trying to authenticate the SOCKS client.

Exceptions

Exception Type Condition
System.ArgumentNullException The specified value is null.

See Also

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