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: edtFTPnet (in edtFTPnet.dll) Version: 2.2.3.0
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