RoutingBehavior(RoutingConfiguration) Constructor
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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
Collaborate with us on GitHub
The source for this content can be found on GitHub, where you can also create and review issues and pull requests. For more information, see our contributor guide.