edtFTPnet/PRO - Secure FTP component for .NET | Free Trial | Pricing
Raise the Connecting event.

Namespace: EnterpriseDT.Net.Ftp
Assembly: edtFTPnetPRO (in edtFTPnetPRO.dll) Version: 9.4.0.40

Syntax

C#
protected internal void RaiseConnecting(
	FTPConnectionEventArgs e
)
Visual Basic
Protected Friend Sub RaiseConnecting ( _
	e As FTPConnectionEventArgs _
)
Visual C++
protected public:
void RaiseConnecting(
	FTPConnectionEventArgs^ e
)

Parameters

e
Type: EnterpriseDT.Net.Ftp..::..FTPConnectionEventArgs
Event arguments.

See Also