WSTrustServiceContract.BeginProcessCore Method

Definition

Handles an asynchronous call to the STS.

protected:
 virtual IAsyncResult ^ BeginProcessCore(System::ServiceModel::Channels::Message ^ requestMessage, System::IdentityModel::Protocols::WSTrust::WSTrustRequestSerializer ^ requestSerializer, System::IdentityModel::Protocols::WSTrust::WSTrustResponseSerializer ^ responseSerializer, System::String ^ requestAction, System::String ^ responseAction, System::String ^ trustNamespace, AsyncCallback ^ callback, System::Object ^ state);
protected virtual IAsyncResult BeginProcessCore (System.ServiceModel.Channels.Message requestMessage, System.IdentityModel.Protocols.WSTrust.WSTrustRequestSerializer requestSerializer, System.IdentityModel.Protocols.WSTrust.WSTrustResponseSerializer responseSerializer, string requestAction, string responseAction, string trustNamespace, AsyncCallback callback, object state);
abstract member BeginProcessCore : System.ServiceModel.Channels.Message * System.IdentityModel.Protocols.WSTrust.WSTrustRequestSerializer * System.IdentityModel.Protocols.WSTrust.WSTrustResponseSerializer * string * string * string * AsyncCallback * obj -> IAsyncResult
override this.BeginProcessCore : System.ServiceModel.Channels.Message * System.IdentityModel.Protocols.WSTrust.WSTrustRequestSerializer * System.IdentityModel.Protocols.WSTrust.WSTrustResponseSerializer * string * string * string * AsyncCallback * obj -> IAsyncResult
Protected Overridable Function BeginProcessCore (requestMessage As Message, requestSerializer As WSTrustRequestSerializer, responseSerializer As WSTrustResponseSerializer, requestAction As String, responseAction As String, trustNamespace As String, callback As AsyncCallback, state As Object) As IAsyncResult

Parameters

requestMessage
Message

The incoming request message.

requestSerializer
WSTrustRequestSerializer

The WS-Trust request Serializer.

responseSerializer
WSTrustResponseSerializer

The WS-Trust response Serializer.

requestAction
String

The request SOAP action.

responseAction
String

The response SOAP action.

trustNamespace
String

The namespace URI of the WS-Trust version of the incoming request.

callback
AsyncCallback

A callback that gets invoked when the asynchronous call ends.

state
Object

An object that contains state information for the asynchronous call.

Returns

IAsyncResult that should be passed back to the End method to complete the Asynchronous call.

Exceptions

One of the argument is null.

Applies to