WSTrustServiceContract.EndProcessCore Metod

Definition

Slutför ett asynkront anrop till 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

Parametrar

ar
IAsyncResult

Det IAsyncResult som returnerades av anropet till den asynkrona startmetoden.

requestAction
String

Soap-åtgärden för begäran.

responseAction
String

Svars-SOAP-åtgärden.

trustNamespace
String

Namnområdes-URI:n för den aktuella WS-Trust versionen.

Returer

Ett Message objekt som innehåller det serialiserade RST-meddelandet.

Undantag

Ett av argumenten är null.

Gäller för