Gets or sets the username of the SOCKS user.
[Visual Basic]Friend Property Username As String
[C#]
internal string Username {get; set;}
Property Value
A String representing the username of the logged on user.
Exceptions
Exception Type | Condition |
---|---|
System.ArgumentNullException | The specified value is null. |
See Also
SocksHandler Class | SocksHandler Members | Org.Mentalis.Proxy.Socks Namespace