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