6 references to Anonymous
System.ServiceModel (6)
System\ServiceModel\Channels\SupportedAddressingMode.cs (1)
18return (value == SupportedAddressingMode.Anonymous ||
System\ServiceModel\Description\WsdlExporter.cs (2)
657SupportedAddressingMode mode = SupportedAddressingMode.Anonymous; 670if (mode == SupportedAddressingMode.Anonymous)
System\ServiceModel\Description\WsdlImporter.cs (3)
1155return SupportedAddressingMode.Anonymous; 1171return SupportedAddressingMode.Anonymous; 1178return SupportedAddressingMode.Anonymous;