PowerTCP Sockets for .NET
Connections Field




Syntax
'Declaration
 
Public Connections As List(Of Tcp)
'Usage
 
Dim instance As Server
Dim value As List(Of Tcp)
 
value = instance.Connections
 
instance.Connections = value
public List<Tcp> Connections
public: List<Tcp*>* Connections
public:
List<Tcp^>^ Connections
See Also

Reference

Server Class
Server Members


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