次の方法で共有


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 アクセサーは保護されています。

適用対象