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

채널 계약을 정의하는 IWSTrustChannelContract입니다.

설명

Set 접근자 보호 됩니다.

적용 대상