3 references to FilterType
System.ServiceModel.Routing (3)
System\ServiceModel\Routing\Configuration\RoutingSection.cs (3)
497
[ConfigurationProperty(ConfigurationStrings.
FilterType
, DefaultValue = null, Options = ConfigurationPropertyOptions.IsRequired)]
502
return (FilterType)this[ConfigurationStrings.
FilterType
];
510
this[ConfigurationStrings.
FilterType
] = value;