6 references to Anonymous
dotnet-svcutil-lib (6)
FrameworkFork\System.ServiceModel\System\ServiceModel\Channels\SupportedAddressingMode.cs (1)
18return (value == SupportedAddressingMode.Anonymous ||
FrameworkFork\System.ServiceModel\System\ServiceModel\Description\WsdlExporter.cs (2)
657SupportedAddressingMode mode = SupportedAddressingMode.Anonymous; 670if (mode == SupportedAddressingMode.Anonymous)
FrameworkFork\System.ServiceModel\System\ServiceModel\Description\WsdlImporter.cs (3)
1149return SupportedAddressingMode.Anonymous; 1165return SupportedAddressingMode.Anonymous; 1172return SupportedAddressingMode.Anonymous;