Compartir a través de


MustUnderstandBehavior.IEndpointBehavior.ApplyDispatchBehavior Método

Definición

Asigna el valor de ValidateMustUnderstand a la propiedad ValidateMustUnderstand.

 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

Parámetros

serviceEndpoint
ServiceEndpoint

Extremo al que se aplica el comportamiento.

endpointDispatcher
EndpointDispatcher

El distribuidor que se va a establecer.

Implementaciones

Comentarios

Implementa el método ApplyDispatchBehavior para admitir la funcionalidad del comportamiento.

Se aplica a