PowerTCP Mail 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* 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 Mail for .NET Documentation Version 4.3
© 2018 Dart Communications. All Rights Reserved.
Send comments on this topic