1 instantiation of HttpUrlReplacementBinding
System.Web.Services.Description (1)
System\Web\Services\Description\ServiceDescriptionSerializer.cs (1)
7134o = new global::System.Web.Services.Description.HttpUrlReplacementBinding();
7 references to HttpUrlReplacementBinding
System.Web.Services.Description (7)
System\Web\Services\Configuration\WebServicesSection.cs (1)
101typeof(HttpUrlReplacementBinding),
System\Web\Services\Description\ServiceDescriptionSerializer.cs (6)
1317else if (ai is global::System.Web.Services.Description.HttpUrlReplacementBinding) { 1318Write91_HttpUrlReplacementBinding(@"urlReplacement", @"http://schemas.xmlsoap.org/wsdl/http/", ((global::System.Web.Services.Description.HttpUrlReplacementBinding)ai), false, false); 1382private void Write91_HttpUrlReplacementBinding(string n, string ns, global::System.Web.Services.Description.HttpUrlReplacementBinding o, bool isNullable, bool needType) { 1393if (t == typeof(global::System.Web.Services.Description.HttpUrlReplacementBinding)) { 7112private global::System.Web.Services.Description.HttpUrlReplacementBinding Read91_HttpUrlReplacementBinding(bool isNullable, bool checkType) { 7133global::System.Web.Services.Description.HttpUrlReplacementBinding o;