RoutingConfiguration Class

Definition

Defines the configuration information used by RoutingExtension.

public ref class RoutingConfiguration sealed
public sealed class RoutingConfiguration
type RoutingConfiguration = class
Public NotInheritable Class RoutingConfiguration
Inheritance
RoutingConfiguration

Constructors

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.

Properties

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.

Methods

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()

Gets the Type of the current instance.

(Inherited from Object)
MemberwiseClone()

Creates a shallow copy of the current Object.

(Inherited from Object)
ToString()

Returns a string that represents the current object.

(Inherited from Object)

Applies to