WebHttpBehavior.GetReplyDispatchFormatter Metodo

Definizione

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

protected:
 virtual System::ServiceModel::Dispatcher::IDispatchMessageFormatter ^ GetReplyDispatchFormatter(System::ServiceModel::Description::OperationDescription ^ operationDescription, System::ServiceModel::Description::ServiceEndpoint ^ endpoint);
protected virtual System.ServiceModel.Dispatcher.IDispatchMessageFormatter GetReplyDispatchFormatter (System.ServiceModel.Description.OperationDescription operationDescription, System.ServiceModel.Description.ServiceEndpoint endpoint);
abstract member GetReplyDispatchFormatter : System.ServiceModel.Description.OperationDescription * System.ServiceModel.Description.ServiceEndpoint -> System.ServiceModel.Dispatcher.IDispatchMessageFormatter
override this.GetReplyDispatchFormatter : System.ServiceModel.Description.OperationDescription * System.ServiceModel.Description.ServiceEndpoint -> System.ServiceModel.Dispatcher.IDispatchMessageFormatter
Protected Overridable Function GetReplyDispatchFormatter (operationDescription As OperationDescription, endpoint As ServiceEndpoint) As IDispatchMessageFormatter

Parametri

operationDescription
OperationDescription

Operazione del servizio.

endpoint
ServiceEndpoint

Endpoint del servizio.

Restituisce

Riferimento IDispatchMessageFormatter al formattatore della risposta su un servizio 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 IDispatchMessageFormatter, chiamato per convertire valore restituito/parametri out dell'operazione del servizio in un messaggio di risposta.

Si applica a