4 references to SupportedAddressingMode
System.ServiceModel.Primitives (4)
System\ServiceModel\Channels\SupportedAddressingMode.cs (4)
17internal static bool IsDefined(SupportedAddressingMode value) 19return (value == SupportedAddressingMode.Anonymous || 20value == SupportedAddressingMode.NonAnonymous || 21value == SupportedAddressingMode.Mixed);