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