DotMSN

ProxySocket.ProxyPass Property

Gets or sets the password to use when authenticating with the proxy.

[Visual Basic]
Public Property ProxyPass As String
[C#]
public string ProxyPass {get; set;}

Property Value

A string that holds the password 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