3 instantiations of Soap12HeaderBinding
dotnet-svcutil-lib (3)
FrameworkFork\System.ServiceModel\System\ServiceModel\Description\SoapHelper.cs (2)
428
WsdlNS.SoapHeaderBinding dest = version == EnvelopeVersion.Soap12 ? new WsdlNS.
Soap12HeaderBinding
() : new WsdlNS.SoapHeaderBinding();
528
soapHeaderBinding = new WsdlNS.
Soap12HeaderBinding
();
FrameworkFork\System.Web.Services\Services\Description\ServiceDescriptionSerializer.cs (1)
6260
o = new global::System.Web.Services.Description.
Soap12HeaderBinding
();
10 references to Soap12HeaderBinding
dotnet-svcutil-lib (10)
FrameworkFork\System.ServiceModel\System\ServiceModel\Description\SoapHelper.cs (1)
425
if (GetBindingVersion<WsdlNS.
Soap12HeaderBinding
>(src) == version)
FrameworkFork\System.Web.Services\Configuration\WebServicesSection.cs (1)
137
typeof(
Soap12HeaderBinding
),
FrameworkFork\System.Web.Services\Services\Description\ServiceDescriptionSerializer.cs (8)
801
else if (ai is global::System.Web.Services.Description.
Soap12HeaderBinding
)
803
Write109_Soap12HeaderBinding(@"header", @"http://schemas.xmlsoap.org/wsdl/soap12/", ((global::System.Web.Services.Description.
Soap12HeaderBinding
)ai), false, false);
1276
private void Write109_Soap12HeaderBinding(string n, string ns, global::System.Web.Services.Description.
Soap12HeaderBinding
o, bool isNullable, bool needType)
1286
if (t == typeof(global::System.Web.Services.Description.
Soap12HeaderBinding
))
1411
else if (ai is global::System.Web.Services.Description.
Soap12HeaderBinding
)
1413
Write109_Soap12HeaderBinding(@"header", @"http://schemas.xmlsoap.org/wsdl/soap12/", ((global::System.Web.Services.Description.
Soap12HeaderBinding
)ai), false, false);
6245
private global::System.Web.Services.Description.
Soap12HeaderBinding
Read109_Soap12HeaderBinding(bool isNullable, bool checkType)
6259
global::System.Web.Services.Description.
Soap12HeaderBinding
o;