1 instantiation of HttpBinding
dotnet-svcutil-lib (1)
FrameworkFork\System.Web.Services\Services\Description\ServiceDescriptionSerializer.cs (1)
7760o = new global::System.Web.Services.Description.HttpBinding();
16 references to HttpBinding
dotnet-svcutil-lib (16)
FrameworkFork\System.ServiceModel\System\ServiceModel\Description\WsdlImporter.cs (1)
790|| ext is WsdlNS.HttpBinding
FrameworkFork\System.Web.Services\Configuration\WebServicesSection.cs (1)
119typeof(HttpBinding),
FrameworkFork\System.Web.Services\Services\Description\HttpFormatExtensions.cs (6)
11[XmlFormatExtension("address", HttpBinding.Namespace, typeof(Port))] 26[XmlFormatExtension("binding", HttpBinding.Namespace, typeof(Binding))] 27[XmlFormatExtensionPrefix("http", HttpBinding.Namespace)] 45[XmlFormatExtension("operation", HttpBinding.Namespace, typeof(OperationBinding))] 60[XmlFormatExtension("urlEncoded", HttpBinding.Namespace, typeof(InputBinding))] 66[XmlFormatExtension("urlReplacement", HttpBinding.Namespace, typeof(InputBinding))]
FrameworkFork\System.Web.Services\Services\Description\ServiceDescriptionSerializer.cs (6)
427else if (ai is global::System.Web.Services.Description.HttpBinding) 429Write77_HttpBinding(@"binding", @"http://schemas.xmlsoap.org/wsdl/http/", ((global::System.Web.Services.Description.HttpBinding)ai), false, false); 1679private void Write77_HttpBinding(string n, string ns, global::System.Web.Services.Description.HttpBinding o, bool isNullable, bool needType) 1689if (t == typeof(global::System.Web.Services.Description.HttpBinding)) 7745private global::System.Web.Services.Description.HttpBinding Read77_HttpBinding(bool isNullable, bool checkType) 7759global::System.Web.Services.Description.HttpBinding o;
ImportModule.cs (1)
413if (extension is WsdlNS.HttpBinding httpBinding)
Metadata\ServiceDescriptor.cs (1)
241if (binding.Extensions.OfType<WsdlNS.HttpBinding>().Count() != 0)