WSTrustServiceContract.ProcessCore Methode
Definition
Wichtig
Einige Informationen beziehen sich auf Vorabversionen, die vor dem Release ggf. grundlegend überarbeitet werden. Microsoft übernimmt hinsichtlich der hier bereitgestellten Informationen keine Gewährleistungen, seien sie ausdrücklich oder konkludent.
Verarbeitet synchrone Aufrufe an den STS.
protected:
virtual System::ServiceModel::Channels::Message ^ ProcessCore(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);
protected virtual System.ServiceModel.Channels.Message ProcessCore (System.ServiceModel.Channels.Message requestMessage, System.IdentityModel.Protocols.WSTrust.WSTrustRequestSerializer requestSerializer, System.IdentityModel.Protocols.WSTrust.WSTrustResponseSerializer responseSerializer, string requestAction, string responseAction, string trustNamespace);
abstract member ProcessCore : System.ServiceModel.Channels.Message * System.IdentityModel.Protocols.WSTrust.WSTrustRequestSerializer * System.IdentityModel.Protocols.WSTrust.WSTrustResponseSerializer * string * string * string -> System.ServiceModel.Channels.Message
override this.ProcessCore : System.ServiceModel.Channels.Message * System.IdentityModel.Protocols.WSTrust.WSTrustRequestSerializer * System.IdentityModel.Protocols.WSTrust.WSTrustResponseSerializer * string * string * string -> System.ServiceModel.Channels.Message
Protected Overridable Function ProcessCore (requestMessage As Message, requestSerializer As WSTrustRequestSerializer, responseSerializer As WSTrustResponseSerializer, requestAction As String, responseAction As String, trustNamespace As String) As Message
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.
Gibt zurück
Ein Message-Objekt, das die serialisierte RSTR-Meldung enthält.
Ausnahmen
Eines der Argumente ist null
.