2 instantiations of StringHeader
Contract.XmlSerializer.IntegrationTests (1)
XmlSerializerFormatTest.cs (1)
494var response = serviceProxy1.Echo(new EchoRequest { message = "Hello", StringHeader = new StringHeader { HeaderValue = "WCF is Cool!" } });
dotnet-svcutil.xmlserializer.IntegrationTests (1)
src\System.Private.ServiceModel\tests\Scenarios\Contract\XmlSerializer\XmlSerializerFormatTest.cs (1)
494var response = serviceProxy1.Echo(new EchoRequest { message = "Hello", StringHeader = new StringHeader { HeaderValue = "WCF is Cool!" } });
2 references to StringHeader
ScenarioTests.Common.Tests (2)
ServiceInterfaces.cs (2)
837public StringHeader StringHeader; 846public StringHeader StringHeader;