Click or drag to resize

wclServerConnectionItem Property

Gets a connected client by its index.

Namespace: wclCommunication
Assembly: wclCommunication (in wclCommunication.dll) Version: 7.8.3.0 (7.8.3.0)
Syntax
public wclServerClientConnection this[
	int Index
] { get; }

Parameters

Index  Int32
 

Property Value

wclServerClientConnection
The connected client.
See Also