Raise the LoggingIn event.

Namespace: EnterpriseDT.Net.Ftp
Assembly: edtFTPnet (in edtFTPnet.dll) Version: 2.2.3.0

Syntax

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

Parameters

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

See Also