DispatchRuntime.CallbackClientRuntime Property
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Gets the ClientRuntime object that represents the installation point for extensions to Windows Communication Foundation (WCF) for outbound calls to a duplex callback endpoint.
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
Property Value
The ClientRuntime object that is the installation point for run-time client customization in duplex contracts.
Remarks
Use the CallbackClientRuntime to add custom extension objects that view or modify the conversion of parameters to outbound messages and response messages back into return values. For details, see ClientRuntime.