WSTrustServiceContract.EndProcessCore Metoda

Definice

Dokončí asynchronní volání služby STS.

protected:
 virtual System::ServiceModel::Channels::Message ^ EndProcessCore(IAsyncResult ^ ar, System::String ^ requestAction, System::String ^ responseAction, System::String ^ trustNamespace);
protected virtual System.ServiceModel.Channels.Message EndProcessCore (IAsyncResult ar, string requestAction, string responseAction, string trustNamespace);
abstract member EndProcessCore : IAsyncResult * string * string * string -> System.ServiceModel.Channels.Message
override this.EndProcessCore : IAsyncResult * string * string * string -> System.ServiceModel.Channels.Message
Protected Overridable Function EndProcessCore (ar As IAsyncResult, requestAction As String, responseAction As String, trustNamespace As String) As Message

Parametry

ar
IAsyncResult

Rozhraní IAsyncResult , které bylo vráceno voláním asynchronní metody begin.

requestAction
String

Akce SOAP žádosti

responseAction
String

Akce SOAP odpovědi.

trustNamespace
String

Identifikátor URI oboru názvů aktuální verze WS-Trust.

Návraty

Message

MessageObjekt, který obsahuje serializovanou zprávu RST.

Výjimky

Jeden z argumentů je null .

Platí pro