WSTrustServiceContract.BeginProcessCore Methode

Definitie

Verwerkt een asynchrone aanroep naar de 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

Het bericht van de binnenkomende aanvraag.

requestSerializer
WSTrustRequestSerializer

De WS-Trust serializer aanvragen.

responseSerializer
WSTrustResponseSerializer

De WS-Trust antwoordserialisatie.

requestAction
String

De SOAP-aanvraagactie.

responseAction
String

De actie SOAP van het antwoord.

trustNamespace
String

De naamruimte-URI van de WS-Trust versie van de binnenkomende aanvraag.

callback
AsyncCallback

Een callback die wordt aangeroepen wanneer de asynchrone aanroep eindigt.

state
Object

Een object met statusinformatie voor de asynchrone aanroep.

Retouren

IAsyncResult die moet worden doorgestuurd naar de endmethode om de Asynchrone aanroep te voltooien.

Uitzonderingen

Een van de argumenten is null.

Van toepassing op