WebHttpBehavior.GetReplyClientFormatter Metódus

Definíció

Lekéri a válaszformátum-kezelőt az ügyfélen a megadott végpont- és szolgáltatásművelethez.

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

Paraméterek

operationDescription
OperationDescription

A szolgáltatásművelet.

endpoint
ServiceEndpoint

A szolgáltatás végpontja.

Válaszok

Hivatkozás IClientMessageFormatter az ügyfél 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 saját implementációjuk IClientMessageFormatter biztosításához használhatják a válaszüzenet deszerializálását a szolgáltatásművelet kimenő paramétereibe/visszatérési értékébe.

A következőre érvényes: