edtFTPnet/PRO - Secure FTP component for .NET | Free Trial | Pricing
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
Assembly: 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

See Also