edtFTPnet/PRO - Secure FTP component for .NET | Free Trial | Pricing
Click or drag to resize

SSHSCPClientCheckConnection Method

Checks if the client has connected to the server and throws an exception if it hasn't. This is only intended to be used by subclasses

Namespace:  EnterpriseDT.Net.Ftp.Ssh
Assembly:  edtFTPnetPRO (in edtFTPnetPRO.dll) Version: 12.3.0.0
Syntax
protected void CheckConnection(
	bool shouldBeConnected
)

Parameters

shouldBeConnected
Type: SystemBoolean
See Also