PowerTCP SSH and SFTP for .NET
Socket Property




Gets the socket used by the component for communications.
Syntax
'Declaration
 
Public ReadOnly Property Socket As Socket
'Usage
 
Dim instance As SocketBase
Dim value As Socket
 
value = instance.Socket
public Socket Socket {get;}
public: __property Socket* get_Socket();
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 SSH and SFTP for .NET Documentation Version 7.0
© 2023 Dart Communications. All Rights Reserved.
Send comments on this topic