WSTrustServiceContract.EndProcessCore Metodo

Definizione

Completa una chiamata asincrona al servizio token di sicurezza.

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

Parametri

ar
IAsyncResult

Oggetto IAsyncResult restituito dalla chiamata al metodo begin asincrono.

requestAction
String

Azione SOAP della richiesta.

responseAction
String

Azione SOAP di risposta.

trustNamespace
String

URI dello spazio dei nomi della versione WS-Trust corrente.

Valori restituiti

Oggetto Message contenente il messaggio RST serializzato.

Eccezioni

Uno degli argomenti è null.

Si applica a