Gets the list of connected clients.
[Visual Basic]Protected ReadOnly Property Clients As System.Collections.ArrayList
[C#]
protected System.Collections.ArrayList Clients {get;}
Property Value
An instance of the ArrayList class that's used to store all the connections.
See Also
Listener Class | Listener Members | Org.Mentalis.Proxy Namespace