1 type derived from SoapHeaderBinding
System.Web.Services.Description (1)
System\Web\Services\Description\Soap12FormatExtensions.cs (1)
37
public sealed class Soap12HeaderBinding :
SoapHeaderBinding
{
1 instantiation of SoapHeaderBinding
System.Web.Services.Description (1)
System\Web\Services\Description\ServiceDescriptionSerializer.cs (1)
6264
o = new global::System.Web.Services.Description.
SoapHeaderBinding
();
9 references to SoapHeaderBinding
System.Web.Services.Description (9)
System\Web\Services\Configuration\WebServicesSection.cs (1)
110
typeof(
SoapHeaderBinding
),
System\Web\Services\Description\ServiceDescriptionSerializer.cs (8)
728
else if (ai is global::System.Web.Services.Description.
SoapHeaderBinding
) {
729
Write106_SoapHeaderBinding(@"header", @"http://schemas.xmlsoap.org/wsdl/soap/", ((global::System.Web.Services.Description.
SoapHeaderBinding
)ai), false, false);
1095
private void Write106_SoapHeaderBinding(string n, string ns, global::System.Web.Services.Description.
SoapHeaderBinding
o, bool isNullable, bool needType) {
1106
if (t == typeof(global::System.Web.Services.Description.
SoapHeaderBinding
)) {
1311
else if (ai is global::System.Web.Services.Description.
SoapHeaderBinding
) {
1312
Write106_SoapHeaderBinding(@"header", @"http://schemas.xmlsoap.org/wsdl/soap/", ((global::System.Web.Services.Description.
SoapHeaderBinding
)ai), false, false);
6242
private global::System.Web.Services.Description.
SoapHeaderBinding
Read106_SoapHeaderBinding(bool isNullable, bool checkType) {
6263
global::System.Web.Services.Description.
SoapHeaderBinding
o;