2 instantiations of StringHeader
Contract.XmlSerializer.IntegrationTests (1)
XmlSerializerFormatTest.cs (1)
494
var 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)
494
var 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)
840
public
StringHeader
StringHeader;
849
public
StringHeader
StringHeader;