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
Werk met ons samen op GitHub
De bron voor deze inhoud vindt u op GitHub, waar u ook problemen en pull-aanvragen kunt maken en bekijken. Raadpleeg onze gids voor inzenders voor meer informatie.