Udostępnij za pośrednictwem


WebHttpBehavior.ApplyDispatchBehavior Metoda

Definicja

Implementuje metodę ApplyDispatchBehavior(ServiceEndpoint, EndpointDispatcher) do obsługi modyfikacji lub rozszerzenia klienta w punkcie końcowym.

public:
 virtual void ApplyDispatchBehavior(System::ServiceModel::Description::ServiceEndpoint ^ endpoint, System::ServiceModel::Dispatcher::EndpointDispatcher ^ endpointDispatcher);
public virtual void ApplyDispatchBehavior (System.ServiceModel.Description.ServiceEndpoint endpoint, System.ServiceModel.Dispatcher.EndpointDispatcher endpointDispatcher);
abstract member ApplyDispatchBehavior : System.ServiceModel.Description.ServiceEndpoint * System.ServiceModel.Dispatcher.EndpointDispatcher -> unit
override this.ApplyDispatchBehavior : System.ServiceModel.Description.ServiceEndpoint * System.ServiceModel.Dispatcher.EndpointDispatcher -> unit
Public Overridable Sub ApplyDispatchBehavior (endpoint As ServiceEndpoint, endpointDispatcher As EndpointDispatcher)

Parametry

endpoint
ServiceEndpoint

Punkt końcowy, który uwidacznia kontrakt.

endpointDispatcher
EndpointDispatcher

Dyspozytor punktu końcowego, do którego zastosowano to zachowanie.

Implementuje

Uwagi

W ramach tej metody i są wywoływane dla każdej operacji w GetRequestDispatchFormatter(OperationDescription, ServiceEndpoint) GetReplyDispatchFormatter(OperationDescription, ServiceEndpoint) celu określenia IDispatchMessageFormatter instalacji.

Dotyczy