WSTrustServiceContract.EndProcessCore Methode

Definition

Schließt einen asynchronen Aufruf des STS ab.

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

Parameter

ar
IAsyncResult

Die vom IAsyncResult Aufruf der asynchronen Begin-Methode zurückgegebene Methode.

requestAction
String

Die SOAP-Anforderungsaktion.

responseAction
String

Die SOAP-Antwortaktion.

trustNamespace
String

Der Namespace-URI der aktuellen WS-Trust Version.

Gibt zurück

Ein Message Objekt, das die serialisierte RST-Nachricht enthält.

Ausnahmen

Eines der Argumente ist null.

Gilt für: