次の方法で共有


IWSTrustFeb2005SyncContract.ProcessTrustFeb2005RenewResponse(Message) メソッド

定義

WS-Trust Feb 2005 プロトコルの RSTR/Renew メソッドを定義します。

public:
 System::ServiceModel::Channels::Message ^ ProcessTrustFeb2005RenewResponse(System::ServiceModel::Channels::Message ^ message);
[System.ServiceModel.OperationContract(Action="http://schemas.xmlsoap.org/ws/2005/02/trust/RSTR/Renew", Name="TrustFeb2005RenewResponse", ReplyAction="http://schemas.xmlsoap.org/ws/2005/02/trust/RSTR/Renew")]
public System.ServiceModel.Channels.Message ProcessTrustFeb2005RenewResponse (System.ServiceModel.Channels.Message message);
[<System.ServiceModel.OperationContract(Action="http://schemas.xmlsoap.org/ws/2005/02/trust/RSTR/Renew", Name="TrustFeb2005RenewResponse", ReplyAction="http://schemas.xmlsoap.org/ws/2005/02/trust/RSTR/Renew")>]
abstract member ProcessTrustFeb2005RenewResponse : System.ServiceModel.Channels.Message -> System.ServiceModel.Channels.Message
Public Function ProcessTrustFeb2005RenewResponse (message As Message) As Message

パラメーター

message
Message

RST を含む要求メッセージを表す Message

戻り値

Message

RSTR を含む応答メッセージを表す Message

属性

適用対象