WSTrustChannel.State 属性

定义

获取面向通信的对象的当前状态。

public:
 property System::ServiceModel::CommunicationState State { System::ServiceModel::CommunicationState get(); };
public System.ServiceModel.CommunicationState State { get; }
member this.State : System.ServiceModel.CommunicationState
Public ReadOnly Property State As CommunicationState

属性值

CommunicationState

一个表示通道当前状态的 CommunicationState

实现

注解

Set 访问器是受保护的。

适用于