Udostępnij za pośrednictwem


ClientViaBehavior.IEndpointBehavior.ApplyDispatchBehavior Metoda

Definicja

Implementuje modyfikację lub rozszerzenie usługi w punkcie końcowym.

 virtual void System.ServiceModel.Description.IEndpointBehavior.ApplyDispatchBehavior(System::ServiceModel::Description::ServiceEndpoint ^ serviceEndpoint, System::ServiceModel::Dispatcher::EndpointDispatcher ^ endpointDispatcher) = System::ServiceModel::Description::IEndpointBehavior::ApplyDispatchBehavior;
void IEndpointBehavior.ApplyDispatchBehavior (System.ServiceModel.Description.ServiceEndpoint serviceEndpoint, System.ServiceModel.Dispatcher.EndpointDispatcher endpointDispatcher);
abstract member System.ServiceModel.Description.IEndpointBehavior.ApplyDispatchBehavior : System.ServiceModel.Description.ServiceEndpoint * System.ServiceModel.Dispatcher.EndpointDispatcher -> unit
override this.System.ServiceModel.Description.IEndpointBehavior.ApplyDispatchBehavior : System.ServiceModel.Description.ServiceEndpoint * System.ServiceModel.Dispatcher.EndpointDispatcher -> unit
Sub ApplyDispatchBehavior (serviceEndpoint As ServiceEndpoint, endpointDispatcher As EndpointDispatcher) Implements IEndpointBehavior.ApplyDispatchBehavior

Parametry

serviceEndpoint
ServiceEndpoint

Punkt końcowy usługi, który uwidacznia kontrakt.

endpointDispatcher
EndpointDispatcher

Dyspozytor punktu końcowego, który ma zostać zmodyfikowany.

Implementuje

Uwagi

Zgłasza, InvalidOperationException ponieważ ta operacja nie powinna być wykonywana na końcu klienta.

Dotyczy