SocketTools .NET Edition

FtpClient.ProxyPassword Property

Gets and sets the password used to authenticate the connection to a proxy server.

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

Property Value

A string which specifies a password.

Remarks

The ProxyPassword property specifies the password used to authenticate the user to the proxy server. If a password is not required by the server, this property is ignored.

See Also

FtpClient Class | SocketTools Namespace