SocksHandler.Username Property

Mentalis.org ProxySocket

Mentalis.org ProxySocket Documentation

SocksHandler.Username Property

Gets or sets the username to use when authenticating with the proxy server.

[Visual Basic]Protected Property Username As String
[C#]
protected string Username {get; set;}

Property Value

A string that holds the username to use when authenticating with the proxy server.

Exceptions

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

See Also

SocksHandler Class | SocksHandler Members | Org.Mentalis.Network.ProxySocket Namespace