Click or drag to resize

ServerBaseClientIDs Property

Gets the IDs of clients connected to the server.

Namespace: GSF.Communication
Assembly: GSF.Communication (in GSF.Communication.dll) Version: 2.4.181-beta
Syntax
[BrowsableAttribute(false)]
public virtual Guid[] ClientIDs { get; }
View Source

Property Value

Guid

Implements

IServerClientIDs
See Also