WebHttpBehavior.GetReplyDispatchFormatter Metoda

Definice

Získá formátovač odpovědí ve službě pro zadanou operaci koncového bodu a služby.

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

Parametry

operationDescription
OperationDescription

Operace služby.

endpoint
ServiceEndpoint

Koncový bod služby.

Návraty

IDispatchMessageFormatter Odkaz na formátovač odpovědí ve službě pro zadanou operaci a koncový bod.

Poznámky

Jedná se o bod rozšiřitelnosti, který může odvozené chování použít k poskytnutí vlastní implementace volané k převodu návratových IDispatchMessageFormatter hodnot a výstupních parametrů operace služby na zprávu odpovědi.

Platí pro