WSTrustServiceContract.EndProcessCore Método
Definição
Importante
Algumas informações dizem respeito a um produto pré-lançado que pode ser substancialmente modificado antes de ser lançado. A Microsoft não faz garantias, de forma expressa ou implícita, em relação à informação aqui apresentada.
Completa uma chamada assíncrona para o STS.
protected:
virtual System::ServiceModel::Channels::Message ^ EndProcessCore(IAsyncResult ^ ar, System::String ^ requestAction, System::String ^ responseAction, System::String ^ trustNamespace);
protected virtual System.ServiceModel.Channels.Message EndProcessCore(IAsyncResult ar, string requestAction, string responseAction, string trustNamespace);
abstract member EndProcessCore : IAsyncResult * string * string * string -> System.ServiceModel.Channels.Message
override this.EndProcessCore : IAsyncResult * string * string * string -> System.ServiceModel.Channels.Message
Protected Overridable Function EndProcessCore (ar As IAsyncResult, requestAction As String, responseAction As String, trustNamespace As String) As Message
Parâmetros
- ar
- IAsyncResult
O IAsyncResult que foi devolvido pela chamada para o método assíncrono de começo.
- requestAction
- String
O pedido de ação SOAP.
- responseAction
- String
A resposta SOAP Action.
- trustNamespace
- String
O URI do namespace da versão atual WS-Trust.
Devoluções
Um Message objeto que contém a mensagem RST serializada.
Exceções
Um dos argumentos é null.