Freigeben über


WSTrustServiceContract.BeginProcessCore Methode

Definition

Verarbeitet einen asynchronen Aufruf an 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

Parameter

requestMessage
Message

Die eingehende Anforderungsnachricht.

requestSerializer
WSTrustRequestSerializer

Das Serialisierungsprogramm für WS-Trust-Anforderungen.

responseSerializer
WSTrustResponseSerializer

Das Serialisierungsprogramm für WS-Trust-Antworten.

requestAction
String

Die SOAP-Aktion der Anforderung.

responseAction
String

Die SOAP-Aktion der Antwort.

trustNamespace
String

Der Namespace-URI der WS-Trust-Version der eingehenden Anforderung.

callback
AsyncCallback

Ein Rückruf, der bei Beendigung des asynchronen Aufrufs aufgerufen wird.

state
Object

Ein Objekt mit Zustandsinformationen für den asynchronen Aufruf.

Gibt zurück

IAsyncResult

Das "IAsyncResult", das an die End-Methode zurückgegeben werden soll, um den asynchronen Aufruf abzuschließen.

Ausnahmen

Eines der Argumente ist null.

Gilt für