WebHttpBehavior.GetReplyDispatchFormatter Metodo

Definizione

Ottiene il formattatore di risposta nel 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.

Valori restituiti

Riferimento IDispatchMessageFormatter al formattatore di risposta nel servizio per l'operazione e l'endpoint specificati.

Commenti

Si tratta di un punto di estendibilità che i comportamenti derivati possono usare per fornire la propria implementazione di che viene chiamata per convertire i parametri restituiti valore/out dell'operazione del servizio in un messaggio di IDispatchMessageFormatter risposta.

Si applica a