FTPConnectionCheckConnection 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.FtpAssembly: edtFTPnetPRO (in edtFTPnetPRO.dll) Version: 12.7.0.0
protected void CheckConnection(
bool shouldBeConnected
)
Protected Sub CheckConnection (
shouldBeConnected As Boolean
)
protected:
void CheckConnection(
bool shouldBeConnected
)
member CheckConnection :
shouldBeConnected : bool -> unit
Parameters
- shouldBeConnected Boolean
-