2 instantiations of HttpUrlEncodedBinding
System.Web.Services (2)
System\Web\Services\Description\HttpProtocolReflector.cs (1)
60OperationBinding.Input.Extensions.Add(new HttpUrlEncodedBinding());
System\Web\Services\Description\ServiceDescriptionSerializer.cs (1)
5882o = new global::System.Web.Services.Description.HttpUrlEncodedBinding();
11 references to HttpUrlEncodedBinding
System.ServiceModel (1)
System\ServiceModel\Description\WsdlImporter.cs (1)
794|| ext is WsdlNS.HttpUrlEncodedBinding
System.Web.Services (10)
System\Web\Services\Configuration\WebServicesSection.cs (1)
489typeof(HttpUrlEncodedBinding),
System\Web\Services\Description\HttpProtocolImporter.cs (3)
86HttpUrlEncodedBinding httpUrlEncodedBinding = (HttpUrlEncodedBinding)OperationBinding.Input.Extensions.Find(typeof(HttpUrlEncodedBinding));
System\Web\Services\Description\ServiceDescriptionSerializer.cs (6)
1119else if (ai is global::System.Web.Services.Description.HttpUrlEncodedBinding) { 1120Write90_HttpUrlEncodedBinding(@"urlEncoded", @"http://schemas.xmlsoap.org/wsdl/http/", ((global::System.Web.Services.Description.HttpUrlEncodedBinding)ai), false, false); 1152void Write90_HttpUrlEncodedBinding(string n, string ns, global::System.Web.Services.Description.HttpUrlEncodedBinding o, bool isNullable, bool needType) { 1159if (t == typeof(global::System.Web.Services.Description.HttpUrlEncodedBinding)) { 5870global::System.Web.Services.Description.HttpUrlEncodedBinding Read90_HttpUrlEncodedBinding(bool isNullable, bool checkType) { 5881global::System.Web.Services.Description.HttpUrlEncodedBinding o;