RoutingExtension Class
Provides run-time access to the routing service to allow dynamic modification of the routing configuration.
Assembly: System.ServiceModel.Routing (in System.ServiceModel.Routing.dll)
| Name | Description | |
|---|---|---|
![]() | ApplyConfiguration(RoutingConfiguration^) | Applies a new RoutingConfiguration to a running instance of the routing service. |
![]() | 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.) |
| Name | Description | |
|---|---|---|
![]() ![]() | IExtension<ServiceHostBase^>::Attach(ServiceHostBase^) | Called when the runtime attaches the extension to an instance of the ServiceHostBase class. For internal use only. |
![]() ![]() | IExtension<ServiceHostBase^>::Detach(ServiceHostBase^) | This API supports the product infrastructure and is not intended to be used directly from your code. Called when the runtime detaches the extension from an instance of the ServiceHostBase class. For internal use only. |
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.


