ProxySocket.ProxyPass Property

Mentalis.org ProxySocket

Mentalis.org ProxySocket Documentation

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

See Also

ProxySocket Class | ProxySocket Members | Org.Mentalis.Network.ProxySocket Namespace