System.ServiceModel.Routing.Configuration Namespace
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
This namespace contains configuration classes that are used by the Windows Communication Foundation (WCF) infrastructure to convert XML into Common Language Runtime (CLR) types. You can also manipulate these classes directly for extensibility purposes.
Classes
BackupEndpointCollection |
Represents a configuration element that contains a collection of BackupEndpointElement objects. |
BackupEndpointElement |
Represents a configuration element that defines a backup endpoint element. |
BackupListCollection |
Represents the configuration element that contains a collection of BackupEndpointCollection instances. |
FilterElement |
Represents a configuration element that defines a filter element. This element is used to define the type of filter, as well as any supporting data or parameters required by the filter. |
FilterElementCollection |
Represents a collection of FilterElement instances. |
FilterTableCollection |
Represents the configuration element that contains a collection of FilterTableEntryCollection instances. |
FilterTableEntryCollection |
Represents the configuration element that contains a collection of FilterTableEntryElement instances. |
FilterTableEntryElement |
Represents a configuration element that defines a filter table entry element. This element contains the association between filters, endpoints and backup endpoints and is used to determine which filter is used to route the message. |
NamespaceElement |
Represents a configuration element that defines the namespace element. This contains namespaces to namespace prefix mappings that can then be used in XPath filters. |
NamespaceElementCollection |
Represents a collection of NamespaceElement instances. |
RoutingExtensionElement |
Represents a configuration element that contains sub-elements that specify the routing behavior. |
RoutingSection |
Represents a collection of elements that are used to configure routing. |
SoapProcessingExtensionElement |
Represents a configuration element that defines the SOAP processing endpoint behavior. |
Enums
FilterType |
Specifies the type of filter to use when routing messages. |