WebHttpBehavior.ApplyDispatchBehavior Metoda

Definice

Implementuje metodu ApplyDispatchBehavior(ServiceEndpoint, EndpointDispatcher) pro podporu úprav nebo rozšíření klienta v rámci koncového bodu.

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

Koncový bod, který zpřístupňuje kontrakt.

endpointDispatcher
EndpointDispatcher

Dispečer koncového bodu, na který se chování použije.

Implementuje

Poznámky

V rámci této metody GetRequestDispatchFormatter(OperationDescription, ServiceEndpoint) a GetReplyDispatchFormatter(OperationDescription, ServiceEndpoint) jsou volána pro každou operaci určit instalaci IDispatchMessageFormatter .

Platí pro