DispatchRuntime.CallbackClientRuntime 属性

定义

获取 ClientRuntime 对象,该对象表示对双工回调终结点的出站调用的 Windows Communication Foundation (WCF) 扩展安装点。

public:
 property System::ServiceModel::Dispatcher::ClientRuntime ^ CallbackClientRuntime { System::ServiceModel::Dispatcher::ClientRuntime ^ get(); };
public System.ServiceModel.Dispatcher.ClientRuntime CallbackClientRuntime { get; }
member this.CallbackClientRuntime : System.ServiceModel.Dispatcher.ClientRuntime
Public ReadOnly Property CallbackClientRuntime As ClientRuntime

属性值

ClientRuntime

ClientRuntime 对象,该对象为双工协定中运行时客户端自定义项的安装点。

注解

使用 CallbackClientRuntime 可添加自定义扩展对象,这些对象用于查看或修改将出站消息和响应消息参数转换回返回值的操作。 有关详细信息,请参阅 ClientRuntime

适用于