一款简单易用的基础网络通讯组件库。

NamedPipeServiceBaseTClientClients 属性

客户端集合属性,返回一个客户端集合对象,该对象管理所有连接的客户端。

Definition

命名空间: TouchSocket.NamedPipe
程序集: TouchSocket.NamedPipe (在 TouchSocket.NamedPipe.dll 中) 版本:3.0.0+ccaf96084d09f972257496d1dd63b8ba3c1e44f0
C#
public override IClientCollection<TClient> Clients { get; }

属性值

IClientCollectionTClient
一个 IClientCollection 泛型接口,用于管理客户端实例。

实现

IConnectableServiceTClientClients
IConnectableServiceTClientClients

参见