PowerTCP FTP for .NET
Socket Property



Gets the socket used by the component for communications.
Syntax
Public ReadOnly Property Socket As Socket
Dim instance As SocketBase
Dim value As Socket
 
value = instance.Socket
public Socket Socket {get;}
public:
property Socket^ Socket {
   Socket^ get();
}

Property Value

The Socket used for UDP or TCP communications. Returns null when not in use.
See Also

Reference

SocketBase Class
SocketBase Members


PowerTCP FTP for .NET Documentation Version 6.1
© 2023 Dart Communications. All Rights Reserved.
Send comments on this topic