RoutingConfiguration 类

定义

定义 RoutingExtension 使用的配置信息。Defines the configuration information used by RoutingExtension.

public ref class RoutingConfiguration sealed
public sealed class RoutingConfiguration
type RoutingConfiguration = class
Public NotInheritable Class RoutingConfiguration
继承
RoutingConfiguration

构造函数

RoutingConfiguration()

创建 RoutingConfiguration 类的新实例。Creates a new instance of the RoutingConfiguration class.

RoutingConfiguration(MessageFilterTable<IEnumerable<ServiceEndpoint>>, Boolean)

使用指定的 RoutingConfiguration 和 routeOnHeadersOnly 参数创建 MessageFilterTable<TFilterData> 类的新实例。Creates a new instance of the RoutingConfiguration class using the specified MessageFilterTable<TFilterData> and routeOnHeadersOnly parameter.

属性

EnsureOrderedDispatch

获取或设置一个值,该值指示消息是否以其发送顺序进行调度。Gets a value that indicates whether messages are to be dispatched in the order they were sent.

FilterTable

获取或设置此配置使用的 MessageFilterTable<TFilterData>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

获取或设置一个值,该值指示是否应处理 SOAP MessageVersion 之间的消息。Gets or sets a value that indicates whether messages should be processed between SOAP MessageVersions.

方法

Equals(Object)

确定指定对象是否等于当前对象。Determines whether the specified object is equal to the current object.

(继承自 Object)
GetHashCode()

作为默认哈希函数。Serves as the default hash function.

(继承自 Object)
GetType()

获取当前实例的 TypeGets the Type of the current instance.

(继承自 Object)
MemberwiseClone()

创建当前 Object 的浅表副本。Creates a shallow copy of the current Object.

(继承自 Object)
ToString()

返回表示当前对象的字符串。Returns a string that represents the current object.

(继承自 Object)

适用于