RoutingService Class
Defines the routing service, which is responsible for routing messages between endpoints based on filter criteria.
Assembly: System.ServiceModel.Routing (in System.ServiceModel.Routing.dll)
[ServiceBehaviorAttribute(AddressFilterMode = AddressFilterMode::Any, InstanceContextMode = InstanceContextMode::PerSession, UseSynchronizationContext = false, ValidateMustUnderstand = false)] [AspNetCompatibilityRequirementsAttribute(RequirementsMode = AspNetCompatibilityRequirementsMode::Allowed)] public ref class RoutingService sealed : ISimplexDatagramRouter, ISimplexSessionRouter, IRequestReplyRouter, IDuplexSessionRouter, IDisposable
| 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.) |
| Name | Description | |
|---|---|---|
![]() ![]() | IDisposable::Dispose() | Performs application-defined tasks associated with freeing, releasing, or resetting unmanaged resources. |
![]() ![]() | IDuplexSessionRouter::BeginProcessMessage(Message^, AsyncCallback^, Object^) | Begins the asynchronous processing of the message. |
![]() ![]() | IDuplexSessionRouter::EndProcessMessage(IAsyncResult^) | Completes the asynchronous execution of message processing. |
![]() ![]() | IRequestReplyRouter::BeginProcessRequest(Message^, AsyncCallback^, Object^) | Initiates the asynchronous processing of the message. |
![]() ![]() | IRequestReplyRouter::EndProcessRequest(IAsyncResult^) | Finishes asynchronous execution of message processing. |
![]() ![]() | ISimplexDatagramRouter::BeginProcessMessage(Message^, AsyncCallback^, Object^) | Initiates the asynchronous processing of the message. |
![]() ![]() | ISimplexDatagramRouter::EndProcessMessage(IAsyncResult^) | Finishes asynchronous execution of message processing. |
![]() ![]() | ISimplexSessionRouter::BeginProcessMessage(Message^, AsyncCallback^, Object^) | Initiates the asynchronous processing of the message. |
![]() ![]() | ISimplexSessionRouter::EndProcessMessage(IAsyncResult^) | Finishes asynchronous execution of message processing. |
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.


