True if the socket was connected at the last operation
Namespace: EnterpriseDT.NetAssembly: edtFTPnet (in edtFTPnet.dll) Version: 2.2.3.0
Syntax
| C# |
|---|
public abstract bool Connected { get; } |
| Visual Basic |
|---|
Public MustOverride ReadOnly Property Connected As Boolean
Get |
| Visual C++ |
|---|
public:
virtual property bool Connected {
bool get () abstract;
} |
See Also