1 instantiation of HttpAddressBinding
dotnet-svcutil-lib (1)
FrameworkFork\System.Web.Services\Services\Description\ServiceDescriptionSerializer.cs (1)
5630o = new global::System.Web.Services.Description.HttpAddressBinding();
8 references to HttpAddressBinding
dotnet-svcutil-lib (8)
FrameworkFork\System.ServiceModel\System\ServiceModel\Description\WsdlImporter.cs (1)
789if (ext is WsdlNS.HttpAddressBinding
FrameworkFork\System.Web.Services\Configuration\WebServicesSection.cs (1)
118typeof(HttpAddressBinding),
FrameworkFork\System.Web.Services\Services\Description\ServiceDescriptionSerializer.cs (6)
256else if (ai is global::System.Web.Services.Description.HttpAddressBinding) 258Write118_HttpAddressBinding(@"address", @"http://schemas.xmlsoap.org/wsdl/http/", ((global::System.Web.Services.Description.HttpAddressBinding)ai), false, false); 318private void Write118_HttpAddressBinding(string n, string ns, global::System.Web.Services.Description.HttpAddressBinding o, bool isNullable, bool needType) 328if (t == typeof(global::System.Web.Services.Description.HttpAddressBinding)) 5615private global::System.Web.Services.Description.HttpAddressBinding Read118_HttpAddressBinding(bool isNullable, bool checkType) 5629global::System.Web.Services.Description.HttpAddressBinding o;