PowerTCP Sockets for .NET
Connection Property (ConnectionsChangedEventArgs)




Gets the Tcp object provided by the ConnectionsChanged event.
Syntax
'Declaration
 
Public ReadOnly Property Connection As Tcp
'Usage
 
Dim instance As ConnectionsChangedEventArgs
Dim value As Tcp
 
value = instance.Connection
public Tcp Connection {get;}
public: __property Tcp* get_Connection();
public:
property Tcp^ Connection {
   Tcp^ get();
}
See Also

Reference

ConnectionsChangedEventArgs Class
ConnectionsChangedEventArgs Members


PowerTCP Sockets for .NET Documentation Version 4.5
© 2018 Dart Communications. All Rights Reserved.
Send comments on this topic