WebHttpBehavior.GetReplyClientFormatter Metodo

Definizione

Ottiene il formattatore della risposta sul client per l'endpoint e l'operazione del servizio specificati.

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

Parametri

operationDescription
OperationDescription

Operazione del servizio.

endpoint
ServiceEndpoint

Endpoint del servizio.

Restituisce

Riferimento IClientMessageFormatter al formattatore della risposta su un client per l'operazione e l'endpoint specificati.

Commenti

Si tratta di un punto di estensibilità che i comportamenti derivati possono utilizzare per fornire la propria implementazione di IClientMessageFormatter, chiamato per deserializzare il messaggio di risposta in parametri out/valore restituito dell'operazione del servizio.

Si applica a