<routing>
表示用于定义一组路由筛选器的配置节,这些筛选器确定计算传入消息时使用 Windows Communication Foundation (WCF) MessageFilter的类型,以及用于定义在筛选器匹配时消息发送到的目标终结点的路由表。
configuration
system.serviceModel
<routing>
语法
<system.serviceModel>
<routing>
<filters>
<filter customType="String"
filterData="String"
filterType="Action/Address/AddressPrefix/And/Custom/Endpoint/MatchAll/XPath"
name="String" />
</filters>
<routingTables>
<table name="String">
<entries>
<add endpoint="String"
filterName="String"
priority="Integer" />
</entries>
</table>
</routingTables>
</routing>
</system.serviceModel>
特性和元素
下列各节描述了特性、子元素和父元素。
特性
无
子元素
说明 | |
---|---|
<filters> | 包含一组路由筛选器,这些筛选器确定计算传入消息时将使用的 Windows Communication Foundation (WCF) MessageFilter 的类型。 |
<filterTables> | 包含路由筛选器和目标终结点之间的映射,以便指定在筛选器匹配时使用的终结点。 |
父元素
说明 | |
---|---|
<system.ServiceModel> | 所有 WCF 配置元素的根元素。 |