Gets or sets the username to use when authenticating with the proxy server.
[Visual Basic]Private Property Username As String
[C#]
private string Username {get; set;}
Property Value
The username to use when authenticating with the proxy server.
Exceptions
Exception Type | Condition |
---|---|
System.ArgumentNullException | The specified value is null. |
See Also
AuthUserPass Class | AuthUserPass Members | Org.Mentalis.Network.ProxySocket.Authentication Namespace