DispatchRuntime.CallbackClientRuntime Propriedade
Definição
Obtém o objeto ClientRuntime que representa o ponto de instalação para extensões para o WCF (Windows Communication Foundation) para chamadas de saída a um ponto de extremidade de retorno de chamada duplex.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
Valor da propriedade
O ClientRuntime objeto que é o ponto de instalação para a personalização do cliente de tempo de execução em contratos duplex.The ClientRuntime object that is the installation point for run-time client customization in duplex contracts.
Comentários
Use o CallbackClientRuntime para adicionar objetos de extensão personalizados que exibem ou modificam a conversão de parâmetros em mensagens de saída e mensagens de resposta de volta em valores de retorno.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. Para obter detalhes, consulte ClientRuntime.For details, see ClientRuntime.