Click or drag to resize

ServiceHelperRemoteClients Property

Gets a list of ClientInfo for remote clients connected to the RemotingServer.

Namespace: GSF.ServiceProcess
Assembly: GSF.ServiceProcess (in GSF.ServiceProcess.dll) Version: 2.4.181-beta
Syntax
[BrowsableAttribute(false)]
[EditorBrowsableAttribute(EditorBrowsableState.Advanced)]
public IList<ClientInfo> RemoteClients { get; }
View Source

Property Value

IListClientInfo
See Also