Sdílet prostřednictvím


WebScriptEnablingBehavior.ApplyDispatchBehavior Metoda

Definice

Použije chování pro koncový bod služby.

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)

Parametry

endpoint
ServiceEndpoint

ServiceEndpointKterý zveřejňuje kontrakt.

endpointDispatcher
EndpointDispatcher

EndpointDispatcherPro který je použito vlastní chování.

Poznámky

Tato metoda je obvykle volána Windows Communication Foundation (WCF) automaticky, když je chování použito pro koncový bod. Proto není nutné volat tuto metodu ručně.

Platí pro