RoutingBehavior Class
Defines the routing behavior, which is used to configure the destination endpoints, filters and filtering options to be used during routing.
Assembly: System.ServiceModel.Routing (in System.ServiceModel.Routing.dll)
| Name | Description | |
|---|---|---|
![]() | RoutingBehavior(RoutingConfiguration^) | Creates a new instance of the RoutingBehavior class with the specified routing configuration. |
| Name | Description | |
|---|---|---|
![]() | Equals(Object^) | Determines whether the specified object is equal to the current object.(Inherited from Object.) |
![]() ![]() | GetContractForDescription(ContractDescription^) | Gets the contract type for the specified ContractDescription. |
![]() | GetHashCode() | Serves as the default hash function. (Inherited from Object.) |
![]() | GetType() | |
![]() | ToString() | Returns a string that represents the current object.(Inherited from Object.) |
| Name | Description | |
|---|---|---|
![]() ![]() | IServiceBehavior::AddBindingParameters(ServiceDescription^, ServiceHostBase^, Collection<ServiceEndpoint^>^, BindingParameterCollection^) | Implements the AddBindingParameters method to support the behavior. |
![]() ![]() | IServiceBehavior::ApplyDispatchBehavior(ServiceDescription^, ServiceHostBase^) | Implements the ApplyDispatchBehavior method to support the behavior. |
![]() ![]() | IServiceBehavior::Validate(ServiceDescription^, ServiceHostBase^) | Implements the Validate method to support the behavior. |
The RoutingBehavior registers all of the run-time components used by the routing service, including the channel initializer, SoapProcessingBehavior, and the RoutingExtension.
Available since 4.0
Any public static ( Shared in Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.



