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
Syntaxprotected void CheckConnection(
bool shouldBeConnected
)
Protected Sub CheckConnection (
shouldBeConnected As Boolean
)
protected:
void CheckConnection(
bool shouldBeConnected
)
member CheckConnection :
shouldBeConnected : bool -> unit
Parameters
- shouldBeConnected
- Type: SystemBoolean
See Also