WSTrustServiceContract.BeginProcessCore Metod

Definition

Hanterar ett asynkront anrop till 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

Parametrar

requestMessage
Message

Meddelandet för inkommande begäran.

requestSerializer
WSTrustRequestSerializer

Serialiseraren för WS-Trust begäran.

responseSerializer
WSTrustResponseSerializer

WS-Trust-svarsserialiseraren.

requestAction
String

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

responseAction
String

Åtgärden SOAP för svar.

trustNamespace
String

Namnområdes-URI:n för den WS-Trust versionen av den inkommande begäran.

callback
AsyncCallback

Ett återanrop som anropas när det asynkrona anropet slutar.

state
Object

Ett objekt som innehåller tillståndsinformation för det asynkrona anropet.

Returer

IAsyncResult som ska skickas tillbaka till end-metoden för att slutföra det asynkrona anropet.

Undantag

Ett av argumenten är null.

Gäller för