WebHttpBehavior.ApplyDispatchBehavior Metoda
Definice
Důležité
Některé informace platí pro předběžně vydaný produkt, který se může zásadně změnit, než ho výrobce nebo autor vydá. Microsoft neposkytuje žádné záruky, výslovné ani předpokládané, týkající se zde uváděných informací.
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 .