WebHttpBehavior.GetReplyClientFormatter Méthode
Définition
Important
Certaines informations portent sur la préversion du produit qui est susceptible d’être en grande partie modifiée avant sa publication. Microsoft exclut toute garantie, expresse ou implicite, concernant les informations fournies ici.
Obtient le module de formatage de réponse sur le client pour le point de terminaison et l'opération de service spécifiés.
protected:
virtual System::ServiceModel::Dispatcher::IClientMessageFormatter ^ GetReplyClientFormatter(System::ServiceModel::Description::OperationDescription ^ operationDescription, System::ServiceModel::Description::ServiceEndpoint ^ endpoint);
protected virtual System.ServiceModel.Dispatcher.IClientMessageFormatter GetReplyClientFormatter (System.ServiceModel.Description.OperationDescription operationDescription, System.ServiceModel.Description.ServiceEndpoint endpoint);
abstract member GetReplyClientFormatter : System.ServiceModel.Description.OperationDescription * System.ServiceModel.Description.ServiceEndpoint -> System.ServiceModel.Dispatcher.IClientMessageFormatter
override this.GetReplyClientFormatter : System.ServiceModel.Description.OperationDescription * System.ServiceModel.Description.ServiceEndpoint -> System.ServiceModel.Dispatcher.IClientMessageFormatter
Protected Overridable Function GetReplyClientFormatter (operationDescription As OperationDescription, endpoint As ServiceEndpoint) As IClientMessageFormatter
Paramètres
- operationDescription
- OperationDescription
Opération de service.
- endpoint
- ServiceEndpoint
Point de terminaison du service.
Retours
Référence IClientMessageFormatter au module de formatage de réponse sur le client pour l'opération et le point de terminaison spécifiés.
Remarques
Point d'extensibilité servant aux comportements dérivés pour fournir leur propre implémentation de IClientMessageFormatter appelé pour désérialiser le message de réponse dans les paramètres de sortie/valeur de retour de l'opération de service.