FtpClient.Authenticate Method

System.Net.FtpClient

Collapse image Expand Image Copy image CopyHover image
Performs a login on the server. This method is overridable so that the login procedure can be changed to support, for example, a FTP proxy.

Namespace: System.Net.FtpClient
Assembly: System.Net.FtpClient (in System.Net.FtpClient.dll) Version: 1.0.5064.17461

Syntax

C#
protected virtual void Authenticate()
Visual Basic
Protected Overridable Sub Authenticate
Visual C++
protected:
virtual void Authenticate()

See Also