ServiceAuthorizationBehavior.IServiceBehavior.ApplyDispatchBehavior Method

Definition

Defines an explicit interface implementation that adds dispatch behaviors to configure the binding.

 virtual void System.ServiceModel.Description.IServiceBehavior.ApplyDispatchBehavior(System::ServiceModel::Description::ServiceDescription ^ description, System::ServiceModel::ServiceHostBase ^ serviceHostBase) = System::ServiceModel::Description::IServiceBehavior::ApplyDispatchBehavior;
void IServiceBehavior.ApplyDispatchBehavior (System.ServiceModel.Description.ServiceDescription description, System.ServiceModel.ServiceHostBase serviceHostBase);
abstract member System.ServiceModel.Description.IServiceBehavior.ApplyDispatchBehavior : System.ServiceModel.Description.ServiceDescription * System.ServiceModel.ServiceHostBase -> unit
override this.System.ServiceModel.Description.IServiceBehavior.ApplyDispatchBehavior : System.ServiceModel.Description.ServiceDescription * System.ServiceModel.ServiceHostBase -> unit
Sub ApplyDispatchBehavior (description As ServiceDescription, serviceHostBase As ServiceHostBase) Implements IServiceBehavior.ApplyDispatchBehavior

Parameters

description
ServiceDescription

The service description.

serviceHostBase
ServiceHostBase

The host that is currently being built.

Implements

Remarks

This member is an explicit interface member implementation. It can be used only when the ServiceAuthorizationBehavior instance is cast to an IServiceBehavior interface.

Applies to