WebScriptEnablingBehavior.ApplyDispatchBehavior Metoda

Definice

Použije chování na 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

Tím ServiceEndpoint se zpřístupňuje smlouva.

endpointDispatcher
EndpointDispatcher

Chování EndpointDispatcher , na které se používá vlastní chování.

Poznámky

Za normálních okolností se tato metoda volá automaticky Windows Communication Foundation (WCF) při použití chování na koncový bod. Proto není nutné tuto metodu volat ručně.

Platí pro