DotMSN

ProxySocket.ProxyUser Property

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
ArgumentNullException The specified value is null.

See Also

ProxySocket Class | Org.Mentalis.Network.ProxySocket Namespace