3 instantiations of HttpBinding
System.Web.Services (3)
System\Web\Services\Description\HttpGetProtocolReflector.cs (1)
24HttpBinding httpBinding = new HttpBinding();
System\Web\Services\Description\HttpPostProtocolReflector.cs (1)
31HttpBinding httpBinding = new HttpBinding();
System\Web\Services\Description\ServiceDescriptionSerializer.cs (1)
6214o = new global::System.Web.Services.Description.HttpBinding();
26 references to HttpBinding
System.ServiceModel (1)
System\ServiceModel\Description\WsdlImporter.cs (1)
792|| ext is WsdlNS.HttpBinding
System.Web.Extensions (4)
Compilation\WCFModel\HttpBindingExtension.cs (2)
38if (extension is WsdlNS.HttpBinding) 40string httpVerb = ((WsdlNS.HttpBinding)extension).Verb;
Compilation\WCFModel\VSWCFServiceContractGenerator.cs (2)
1839System.Web.Services.Description.HttpBinding httpBinding = extension as System.Web.Services.Description.HttpBinding;
System.Web.Services (21)
System\Web\Services\Configuration\WebServicesSection.cs (1)
487typeof(HttpBinding),
System\Web\Services\Description\HttpFormatExtensions.cs (6)
6[XmlFormatExtension("address", HttpBinding.Namespace, typeof(Port))] 19[XmlFormatExtension("binding", HttpBinding.Namespace, typeof(Binding))] 20[XmlFormatExtensionPrefix("http", HttpBinding.Namespace)] 36[XmlFormatExtension("operation", HttpBinding.Namespace, typeof(OperationBinding))] 49[XmlFormatExtension("urlEncoded", HttpBinding.Namespace, typeof(InputBinding))] 54[XmlFormatExtension("urlReplacement", HttpBinding.Namespace, typeof(InputBinding))]
System\Web\Services\Description\HttpGetProtocolImporter.cs (3)
29HttpBinding httpBinding = (HttpBinding)Binding.Extensions.Find(typeof(HttpBinding));
System\Web\Services\Description\HttpGetProtocolReflector.cs (1)
24HttpBinding httpBinding = new HttpBinding();
System\Web\Services\Description\HttpPostProtocolImporter.cs (3)
28HttpBinding httpBinding = (HttpBinding)Binding.Extensions.Find(typeof(HttpBinding));
System\Web\Services\Description\HttpPostProtocolReflector.cs (1)
31HttpBinding httpBinding = new HttpBinding();
System\Web\Services\Description\ServiceDescriptionSerializer.cs (6)
334else if (ai is global::System.Web.Services.Description.HttpBinding) { 335Write77_HttpBinding(@"binding", @"http://schemas.xmlsoap.org/wsdl/http/", ((global::System.Web.Services.Description.HttpBinding)ai), false, false); 1314void Write77_HttpBinding(string n, string ns, global::System.Web.Services.Description.HttpBinding o, bool isNullable, bool needType) { 1321if (t == typeof(global::System.Web.Services.Description.HttpBinding)) { 6202global::System.Web.Services.Description.HttpBinding Read77_HttpBinding(bool isNullable, bool checkType) { 6213global::System.Web.Services.Description.HttpBinding o;