WSTrustServiceContract.EndProcessCore Method

Definition

Completes an asynchronous call to the 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

Parameters

ar
IAsyncResult

The IAsyncResult that was returned by the call to the asynchronous begin method.

requestAction
String

The request SOAP Action.

responseAction
String

The response SOAP Action.

trustNamespace
String

The namespace URI of the current WS-Trust version.

Returns

A Message object that contains the serialized RST message.

Exceptions

One of the arguments is null.

Applies to