WebHttpBehavior.GetReplyDispatchFormatter Metódus
Definíció
Fontos
Egyes információk olyan, kiadás előtti termékekre vonatkoznak, amelyek a kiadásig még jelentősen módosulhatnak. A Microsoft nem vállal kifejezett vagy törvényi garanciát az itt megjelenő információért.
Lekéri a válaszformátumot a szolgáltatásban a megadott végponthoz és szolgáltatásművelethez.
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
Paraméterek
- operationDescription
- OperationDescription
A szolgáltatásművelet.
- endpoint
- ServiceEndpoint
A szolgáltatás végpontja.
Válaszok
Hivatkozás IDispatchMessageFormatter a szolgáltatás válaszformátumára a megadott művelethez és végponthoz.
Megjegyzések
Ez egy bővíthetőségi pont, amellyel a származtatott viselkedések a saját implementációjuk IDispatchMessageFormatter biztosításához használhatják a szolgáltatásművelet visszatérési érték/kimenő paramétereinek válaszüzenetté alakításához.