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: 9.4.0.40
Syntax
| C# |
|---|
protected internal void CheckConnection( bool shouldBeConnected ) |
| Visual Basic |
|---|
Protected Friend Sub CheckConnection ( _ shouldBeConnected As Boolean _ ) |
| Visual C++ |
|---|
protected public: void CheckConnection( bool shouldBeConnected ) |
Parameters
- shouldBeConnected
- Type: System..::..Boolean