WSTrustServiceContract.EndProcessCore 方法

定义

完成对 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

参数

ar
IAsyncResult

对异步 begin 方法的调用返回的 IAsyncResult

requestAction
String

请求 SOAP 操作。

responseAction
String

响应 SOAP 操作。

trustNamespace
String

当前的 WS-Trust 版本的命名空间 URI。

返回

Message

包含序列化的 RST 消息的 Message 对象。

例外

其中一个参数的值是 null

适用于