WSTrustChannel.Contract 属性

定义

获取或设置通道用于发送和接收消息的通道协定。

public:  property System::ServiceModel::Security::IWSTrustChannelContract ^ Contract {  public:
System::ServiceModel::Security::IWSTrustChannelContract ^ get(); protected:
 void set(System::ServiceModel::Security::IWSTrustChannelContract ^ value); };
public System.ServiceModel.Security.IWSTrustChannelContract Contract { get; protected set; }
member this.Contract : System.ServiceModel.Security.IWSTrustChannelContract with get, set
Public Property Contract As IWSTrustChannelContract

属性值

定义通道协议的 IWSTrustChannelContract

注解

set 访问器受到保护。

适用于