RoutingConfiguration Class
Defines the configuration information used by RoutingExtension.
Assembly: System.ServiceModel.Routing (in System.ServiceModel.Routing.dll)
| Name | Description | |
|---|---|---|
![]() | RoutingConfiguration() | Creates a new instance of the RoutingConfiguration class. |
![]() | RoutingConfiguration(MessageFilterTable<IEnumerable<ServiceEndpoint^>^>^, Boolean) | Creates a new instance of the RoutingConfiguration class using the specified MessageFilterTable<TFilterData> and routeOnHeadersOnly parameter. |
| Name | Description | |
|---|---|---|
![]() | EnsureOrderedDispatch | Gets a value that indicates whether messages are to be dispatched in the order they were sent. |
![]() | FilterTable | Gets or sets the MessageFilterTable<TFilterData> used by this configuration. |
![]() | RouteOnHeadersOnly | Gets or sets a value that indicates whether the filter can examine the message body. |
![]() | SoapProcessingEnabled | Gets or sets a value that indicates whether messages should be processed between SOAP MessageVersions. |
| Name | Description | |
|---|---|---|
![]() | Equals(Object^) | Determines whether the specified object is equal to the current object.(Inherited from Object.) |
![]() | GetHashCode() | Serves as the default hash function. (Inherited from Object.) |
![]() | GetType() | |
![]() | ToString() | Returns a string that represents the current object.(Inherited from Object.) |
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.

