WSTrustServiceContract.ProcessCore Metod
Definition
Viktigt
En del information gäller för förhandsversionen av en produkt och kan komma att ändras avsevärt innan produkten blir allmänt tillgänglig. Microsoft lämnar inga garantier, uttryckliga eller underförstådda, avseende informationen som visas här.
Hanterar synkrona anrop till 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
Parametrar
- requestMessage
- Message
Meddelandet för inkommande begäran.
- requestSerializer
- WSTrustRequestSerializer
Serialiseraren för WS-Trust begäran.
- responseSerializer
- WSTrustResponseSerializer
Serialiseraren för WS-Trust-svar.
- 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.
Returer
Ett Message objekt som innehåller det serialiserade RSTR-meddelandet.
Undantag
Ett av argumenten är null.