WebScriptEnablingBehavior.ApplyDispatchBehavior Méthode
Définition
Important
Certaines informations portent sur la préversion du produit qui est susceptible d’être en grande partie modifiée avant sa publication. Microsoft exclut toute garantie, expresse ou implicite, concernant les informations fournies ici.
Applique le comportement au point de terminaison de service.
public:
override void ApplyDispatchBehavior(System::ServiceModel::Description::ServiceEndpoint ^ endpoint, System::ServiceModel::Dispatcher::EndpointDispatcher ^ endpointDispatcher);
public override void ApplyDispatchBehavior (System.ServiceModel.Description.ServiceEndpoint endpoint, System.ServiceModel.Dispatcher.EndpointDispatcher endpointDispatcher);
override this.ApplyDispatchBehavior : System.ServiceModel.Description.ServiceEndpoint * System.ServiceModel.Dispatcher.EndpointDispatcher -> unit
Public Overrides Sub ApplyDispatchBehavior (endpoint As ServiceEndpoint, endpointDispatcher As EndpointDispatcher)
Paramètres
- endpoint
- ServiceEndpoint
ServiceEndpoint qui expose le contrat.
- endpointDispatcher
- EndpointDispatcher
EndpointDispatcher auquel le comportement personnalisé est appliqué.
Remarques
Normalement, cette méthode est appelée par Windows Communication Foundation (WCF) automatiquement lorsque le comportement est appliqué à un point de terminaison. Il n'est dès lors pas nécessaire d'appeler cette méthode manuellement.