Change Encoding key to workaround collision with Encoding parameter names used by...
[mono.git] / mcs / class / System.ServiceModel.Routing / System.ServiceModel.Routing.Configuration / FilterType.cs
1 namespace System.ServiceModel.Routing.Configuration
2 {
3         public enum FilterType
4         {
5                 Action,
6                 EndpointAddress,
7                 PrefixEndpointAddress,
8                 And,
9                 Custom,
10                 EndpointName,
11                 MatchAll,
12                 XPath
13         }
14 }