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

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

Definition

Namespace: EnterpriseDT.Net.Ftp.Ssh
Assembly: edtFTPnetPRO (in edtFTPnetPRO.dll) Version: 12.7.0.0
C#
protected void CheckConnection(
	bool shouldBeConnected
)

Parameters

shouldBeConnected  Boolean
 

See Also