Gets or sets the username to use when authenticating with the proxy.
[Visual Basic]Public Property ProxyUser As String
[C#]
public string ProxyUser {get; set;}
Property Value
A string that holds the username that's used when authenticating with the proxy.
Exceptions
Exception Type | Condition |
---|---|
System.ArgumentNullException | The specified value is null. |
See Also
ProxySocket Class | ProxySocket Members | Org.Mentalis.Network.ProxySocket Namespace