1 instantiation of HttpAddressBinding
dotnet-svcutil-lib (1)
FrameworkFork\System.Web.Services\Services\Description\ServiceDescriptionSerializer.cs (1)
5630
o = new global::System.Web.Services.Description.
HttpAddressBinding
();
8 references to HttpAddressBinding
dotnet-svcutil-lib (8)
FrameworkFork\System.ServiceModel\System\ServiceModel\Description\WsdlImporter.cs (1)
789
if (ext is WsdlNS.
HttpAddressBinding
FrameworkFork\System.Web.Services\Configuration\WebServicesSection.cs (1)
118
typeof(
HttpAddressBinding
),
FrameworkFork\System.Web.Services\Services\Description\ServiceDescriptionSerializer.cs (6)
256
else if (ai is global::System.Web.Services.Description.
HttpAddressBinding
)
258
Write118_HttpAddressBinding(@"address", @"http://schemas.xmlsoap.org/wsdl/http/", ((global::System.Web.Services.Description.
HttpAddressBinding
)ai), false, false);
318
private void Write118_HttpAddressBinding(string n, string ns, global::System.Web.Services.Description.
HttpAddressBinding
o, bool isNullable, bool needType)
328
if (t == typeof(global::System.Web.Services.Description.
HttpAddressBinding
))
5615
private global::System.Web.Services.Description.
HttpAddressBinding
Read118_HttpAddressBinding(bool isNullable, bool checkType)
5629
global::System.Web.Services.Description.
HttpAddressBinding
o;