public enum RelayStatusPublic Enumeration RelayStatustype RelayStatus| Unknown | 0 | 未知状态 |
| Success | 1 | 成功 |
| ClientNotFound | 2 | 客户端未找到 |
| RoutingNotAllowed | 3 | 路由不允许 |
| RemoteRefused | 4 | 远程拒绝 |
| ConnectionTimeout | 5 | 连接超时 |
| DataTransferFailed | 6 | 数据传输失败 |
| PortAlreadyRegistered | 7 | 端口已注册 |
| PortNotRegistered | 8 | 端口未注册 |
| ConnectionNotExists | 9 | 连接不存在 |
| InvalidParameter | 10 | 参数无效 |
| InternalError | 11 | 内部错误 |
| ConnectionClosed | 12 | 连接已关闭 |
| Unauthorized | 13 | 未授权 |
| ResourceInsufficient | 14 | 资源不足 |
| OperationTimeout | 15 | 操作超时 |
| GetAttributeT |
获取枚举成员上绑定的指定类型的自定义属性。
(由 SystemExtension 定义。) |
| GetDescription |
获取状态描述
(由 RelayStatusExtension 定义。) |
| GetDescription |
获取资源字符
(由 StringResStore 定义。) |
| IsSuccess |
判断是否为成功状态
(由 RelayStatusExtension 定义。) |