public class NamedPipeService : NamedPipeService<NamedPipeSessionClient>, 
	INamedPipeService, INamedPipeService<NamedPipeSessionClient>, INamedPipeServiceBase<NamedPipeSessionClient>, 
	IConnectableService<NamedPipeSessionClient>, IConnectableService, IServiceBase, ISetupConfigObject, 
	IResolverConfigObject, IConfigObject, IDependencyObject, IDisposableObject, IDisposable, 
	ILoggerObject, IPluginObject, IResolverObject, INamedPipeServiceBase, IIdSender, 
	IIdRequestInfoSenderPublic Class NamedPipeService
	Inherits NamedPipeService(Of NamedPipeSessionClient)
	Implements INamedPipeService, INamedPipeService(Of NamedPipeSessionClient), 
	INamedPipeServiceBase(Of NamedPipeSessionClient), IConnectableService(Of NamedPipeSessionClient), IConnectableService, 
	IServiceBase, ISetupConfigObject, IResolverConfigObject, IConfigObject, IDependencyObject, 
	IDisposableObject, IDisposable, ILoggerObject, IPluginObject, IResolverObject, 
	INamedPipeServiceBase, IIdSender, IIdRequestInfoSendertype NamedPipeService = 
    class
        inherit NamedPipeService<NamedPipeSessionClient>
        interface INamedPipeService
        interface INamedPipeService<NamedPipeSessionClient>
        interface INamedPipeServiceBase<NamedPipeSessionClient>
        interface IConnectableService<NamedPipeSessionClient>
        interface IConnectableService
        interface IServiceBase
        interface ISetupConfigObject
        interface IResolverConfigObject
        interface IConfigObject
        interface IDependencyObject
        interface IDisposableObject
        interface IDisposable
        interface ILoggerObject
        interface IPluginObject
        interface IResolverObject
        interface INamedPipeServiceBase
        interface IIdSender
        interface IIdRequestInfoSender
    end| NamedPipeService | 初始化 NamedPipeService 类的一个新实例 | 
| Clients | 
            客户端集合属性,返回一个客户端集合对象,该对象管理所有连接的客户端。
             (继承自 NamedPipeServiceBaseTClient。)  | 
| Closed | 
            有用户断开连接
             (继承自 NamedPipeServiceTClient。)  | 
| Closing | 
            即将断开连接(仅主动断开时有效)。
             (继承自 NamedPipeServiceTClient。)  | 
| Config | 
            配置项
             (继承自 SetupConfigObject。)  | 
| Connected | 
            用户连接完成
             (继承自 NamedPipeServiceTClient。)  | 
| Connecting | 
            有用户连接的时候
             (继承自 NamedPipeServiceTClient。)  | 
| Count | 
            获取已连接的客户端数量
             (继承自 NamedPipeServiceBaseTClient。)  | 
| DisposedValue | 
            标识该对象是否已被释放
             (继承自 DisposableObject。)  | 
| Logger | 
            日志记录器
             (继承自 ConfigObject。)  | 
| MaxCount | 
            获取已配置的最大可连接数量
             (继承自 ConnectableService。)  | 
| Monitors | 
            管道监听集合
             (继承自 NamedPipeServiceBaseTClient。)  | 
| PluginManager | 
            插件管理器
             (继承自 SetupConfigObject。)  | 
| Received | 
            收到数据时
             (继承自 NamedPipeServiceTClient。)  | 
| Resolver | 
            获取解析器实例。
             (继承自 SetupConfigObject。)  | 
| ServerName | 
            服务器名称
             (继承自 ServiceBase。)  | 
| ServerState | 
            服务器状态
             (继承自 NamedPipeServiceBaseTClient。)  | 
| GetClientNamedPipeSessionClient | 
            从连接服务中获取指定ID的客户端。
             (由 ServiceExtension 定义。)  | 
| Map | 
            将源对象的属性映射到目标对象的属性中。
             (由 Mapper 定义。)  | 
| Map | 
            将源对象映射到目标类型的实例。
             (由 Mapper 定义。)  | 
| MapTTarget | 
            将源对象映射到指定目标类型的新实例。
             (由 Mapper 定义。)  | 
| SafeDispose | 
            安全性释放(不用判断对象是否为空)。不会抛出任何异常。
             内部会判断DisposedValue的值,如果为,则不会再执行Dispose。 (由 SystemExtension 定义。)  | 
| SafeDispose | 
            安全性释放(不用判断对象是否为空)。不会抛出任何异常。
             (由 SystemExtension 定义。)  | 
| Setup | 
            同步配置方法。
            使用给定的配置对象进行设置。
             (由 SetupConfigObjectExtension 定义。)  | 
| ToJsonString | 
            转换为Json
             (由 SerializeConvert 定义。)  | 
| TryGetClientNamedPipeSessionClient | 
            尝试从可连接服务中获取与指定ID匹配的客户端。
             (由 ServiceExtension 定义。)  |