RoutingBehavior(RoutingConfiguration) Constructor

Definition

Creates a new instance of the RoutingBehavior class with the specified routing configuration.

public:
 RoutingBehavior(System::ServiceModel::Routing::RoutingConfiguration ^ routingConfiguration);
public RoutingBehavior (System.ServiceModel.Routing.RoutingConfiguration routingConfiguration);
new System.ServiceModel.Routing.RoutingBehavior : System.ServiceModel.Routing.RoutingConfiguration -> System.ServiceModel.Routing.RoutingBehavior
Public Sub New (routingConfiguration As RoutingConfiguration)

Parameters

routingConfiguration
RoutingConfiguration

The routing configuration.

Remarks

The RoutingBehavior registers all of the run-time components used by the routing service, including the channel initializer, SoapProcessingBehavior, and the RoutingExtension, which uses the specified RoutingConfiguration.

Applies to