Gets plain .NET socket
Namespace: EnterpriseDT.NetAssembly: edtFTPnet (in edtFTPnet.dll) Version: 2.2.3.0
Syntax
| C# |
|---|
public Socket Socket { get; } |
| Visual Basic |
|---|
Public ReadOnly Property Socket As Socket
Get |
| Visual C++ |
|---|
public:
property Socket^ Socket {
Socket^ get ();
} |
See Also