1 instantiation of HttpBinding
System.Web.Services.Description (1)
System\Web\Services\Description\ServiceDescriptionSerializer.cs (1)
7582o = new global::System.Web.Services.Description.HttpBinding();
11 references to HttpBinding
System.Web.Services.Description (11)
System\Web\Services\Configuration\WebServicesSection.cs (1)
98typeof(HttpBinding),
System\Web\Services\Description\HttpFormatExtensions.cs (4)
8[XmlFormatExtension("address", HttpBinding.Namespace, typeof(Port))] 28[XmlFormatExtension("operation", HttpBinding.Namespace, typeof(OperationBinding))] 39[XmlFormatExtension("urlEncoded", HttpBinding.Namespace, typeof(InputBinding))] 43[XmlFormatExtension("urlReplacement", HttpBinding.Namespace, typeof(InputBinding))]
System\Web\Services\Description\ServiceDescriptionSerializer.cs (6)
391else if (ai is global::System.Web.Services.Description.HttpBinding) { 392Write77_HttpBinding(@"binding", @"http://schemas.xmlsoap.org/wsdl/http/", ((global::System.Web.Services.Description.HttpBinding)ai), false, false); 1563private void Write77_HttpBinding(string n, string ns, global::System.Web.Services.Description.HttpBinding o, bool isNullable, bool needType) { 1574if (t == typeof(global::System.Web.Services.Description.HttpBinding)) { 7560private global::System.Web.Services.Description.HttpBinding Read77_HttpBinding(bool isNullable, bool checkType) { 7581global::System.Web.Services.Description.HttpBinding o;