次の方法で共有


WSTrustServiceContract.ProcessTrust13CancelResponse(Message) メソッド

定義

WS-Trust 1.3 RSTR/取り消しメッセージを同期的に処理します。

public:
 virtual System::ServiceModel::Channels::Message ^ ProcessTrust13CancelResponse(System::ServiceModel::Channels::Message ^ message);
public System.ServiceModel.Channels.Message ProcessTrust13CancelResponse (System.ServiceModel.Channels.Message message);
abstract member ProcessTrust13CancelResponse : System.ServiceModel.Channels.Message -> System.ServiceModel.Channels.Message
override this.ProcessTrust13CancelResponse : System.ServiceModel.Channels.Message -> System.ServiceModel.Channels.Message
Public Function ProcessTrust13CancelResponse (message As Message) As Message

パラメーター

message
Message

受信要求メッセージ。

戻り値

Message

シリアル化された RSTR メッセージを含む Message オブジェクト。

実装

適用対象