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

ChannelStatus 枚举

通道状态

Definition

命名空间: TouchSocket.Dmtp
程序集: TouchSocket.Dmtp (在 TouchSocket.Dmtp.dll 中) 版本:4.1.4.7+7f7e1f78093c99347956e09330d5d7aca1d2bdf2
C#
public enum ChannelStatus

成员

Default0 默认
HoldOn1 继续
Cancel2 取消
Completed3 完成

扩展方法

GetAttributeT 获取枚举成员上绑定的指定类型的自定义属性。
(由 SystemExtension 定义。)
GetDescription 获取资源字符
(由 StringResStore 定义。)
ToResultCode 将频道状态转换为结果代码
(由 DmtpActorExtension 定义。)

参见