edtFTPnet/PRO - Secure FTP component for .NET | Free Trial | Pricing
Server validation event.

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

Syntax

C#
public event ProFTPValidateEventHandler ServerValidate
Visual Basic
Public Event ServerValidate As ProFTPValidateEventHandler
Visual C++
public:
 event ProFTPValidateEventHandler^ ServerValidate {
	void add (ProFTPValidateEventHandler^ value);
	void remove (ProFTPValidateEventHandler^ value);
}

Remarks

This event occurs when a server certificate requires validation using the Callback method. In the event-handler, the IsValid property of the ProFTPValidateEventArgs should be set to indicate whether or not the server certificate should be accepted.

See Also