Specifies the login/username to use when connecting to the proxy server.
[Visual Basic]
Public Property ProxyLogin As String[C#]
public string ProxyLogin {get; set;}[JScript]
public function get,set ProxyLogin : StringThis property specifies the Login (username) to use when connecting to a remote server through a proxy server. Since some proxy servers require authorization for access, ProxyLogin and ProxyPassword properties enable the user to specify his logon name and password on the proxy server. If 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.
Platforms: Windows 98, Windows NT 4.0, Windows Millennium Edition, Windows 2000, Windows XP Home Edition, Windows XP Professional, Windows Server 2003 family
© WeOnlyDo Software. All Rights Reserved.