Share via


IWSTrust13SyncContract.ProcessTrust13CancelResponse(Message) Metoda

Definice

Definuje metodu RSTR/Cancel pro protokol WS-Trust 1.3.

public:
 System::ServiceModel::Channels::Message ^ ProcessTrust13CancelResponse(System::ServiceModel::Channels::Message ^ message);
[System.ServiceModel.OperationContract(Action="http://docs.oasis-open.org/ws-sx/ws-trust/200512/RSTR/Cancel", Name="Trust13CancelResponse", ReplyAction="*")]
public System.ServiceModel.Channels.Message ProcessTrust13CancelResponse (System.ServiceModel.Channels.Message message);
[<System.ServiceModel.OperationContract(Action="http://docs.oasis-open.org/ws-sx/ws-trust/200512/RSTR/Cancel", Name="Trust13CancelResponse", ReplyAction="*")>]
abstract member ProcessTrust13CancelResponse : System.ServiceModel.Channels.Message -> System.ServiceModel.Channels.Message
Public Function ProcessTrust13CancelResponse (message As Message) As Message

Parametry

message
Message

A Message , který představuje zprávu požadavku, která obsahuje RST.

Návraty

A Message , která představuje zprávu odpovědi, která obsahuje RSTR.

Atributy

Platí pro