Back to product page

ProxyPassword property


Specifies the password to use when connecting to proxy server.

Type

String

Syntax

  • C#
  • VB.NET
String ProxyPassword {get; set; };

Property ProxyPassword As String

Remarks

ProxyLogin and ProxyPassword properties are set, wodFtpDLX.NET will try to send these credentials to proxy server before it sends command to finally select destination FTP through proxy.

Only the Socks 5 protocol supports passwords when connecting to a proxy server. For other proxy types, this property is ignored.

Platforms

Windows