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
Samarbeid med oss på GitHub
Du finner kilden for dette innholdet på GitHub. Der du også kan opprette og se gjennom problemer og pull-forespørsler. Hvis du vil ha mer informasjon, kan du se vår bidragsyterveiledning.