1 instantiation of HttpUrlReplacementBinding
dotnet-svcutil-lib (1)
FrameworkFork\System.Web.Services\Services\Description\ServiceDescriptionSerializer.cs (1)
7298o = new global::System.Web.Services.Description.HttpUrlReplacementBinding();
8 references to HttpUrlReplacementBinding
dotnet-svcutil-lib (8)
FrameworkFork\System.ServiceModel\System\ServiceModel\Description\WsdlImporter.cs (1)
793|| ext is WsdlNS.HttpUrlReplacementBinding
FrameworkFork\System.Web.Services\Configuration\WebServicesSection.cs (1)
122typeof(HttpUrlReplacementBinding),
FrameworkFork\System.Web.Services\Services\Description\ServiceDescriptionSerializer.cs (6)
1427else if (ai is global::System.Web.Services.Description.HttpUrlReplacementBinding) 1429Write91_HttpUrlReplacementBinding(@"urlReplacement", @"http://schemas.xmlsoap.org/wsdl/http/", ((global::System.Web.Services.Description.HttpUrlReplacementBinding)ai), false, false); 1500private void Write91_HttpUrlReplacementBinding(string n, string ns, global::System.Web.Services.Description.HttpUrlReplacementBinding o, bool isNullable, bool needType) 1510if (t == typeof(global::System.Web.Services.Description.HttpUrlReplacementBinding)) 7283private global::System.Web.Services.Description.HttpUrlReplacementBinding Read91_HttpUrlReplacementBinding(bool isNullable, bool checkType) 7297global::System.Web.Services.Description.HttpUrlReplacementBinding o;