IWSTrust13SyncContract.ProcessTrust13CancelResponse(Message) Metodo

Definizione

Definisce il metodo RSTR/Cancel per il protocollo 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

Parametri

message
Message

Oggetto Message che rappresenta il messaggio di richiesta, che contiene l'RST.

Valori restituiti

Oggetto Message che rappresenta il messaggio di risposta, che contiene il valore RSTR.

Attributi

Si applica a