3 instantiations of HttpAddressBinding
System.Web.Services (3)
System\Web\Services\Description\HttpGetProtocolReflector.cs (1)
27
HttpAddressBinding httpAddressBinding = new
HttpAddressBinding
();
System\Web\Services\Description\HttpPostProtocolReflector.cs (1)
34
HttpAddressBinding httpAddressBinding = new
HttpAddressBinding
();
System\Web\Services\Description\ServiceDescriptionSerializer.cs (1)
4480
o = new global::System.Web.Services.Description.
HttpAddressBinding
();
13 references to HttpAddressBinding
System.ServiceModel (1)
System\ServiceModel\Description\WsdlImporter.cs (1)
791
if (ext is WsdlNS.
HttpAddressBinding
System.Web.Services (12)
System\Web\Services\Configuration\WebServicesSection.cs (1)
486
typeof(
HttpAddressBinding
),
System\Web\Services\Description\HttpGetProtocolReflector.cs (1)
27
HttpAddressBinding
httpAddressBinding = new HttpAddressBinding();
System\Web\Services\Description\HttpPostProtocolReflector.cs (1)
34
HttpAddressBinding
httpAddressBinding = new HttpAddressBinding();
System\Web\Services\Description\HttpProtocolImporter.cs (3)
364
HttpAddressBinding
httpAddressBinding = Port == null ? null : (
HttpAddressBinding
)Port.Extensions.Find(typeof(
HttpAddressBinding
));
System\Web\Services\Description\ServiceDescriptionSerializer.cs (6)
200
else if (ai is global::System.Web.Services.Description.
HttpAddressBinding
) {
201
Write118_HttpAddressBinding(@"address", @"http://schemas.xmlsoap.org/wsdl/http/", ((global::System.Web.Services.Description.
HttpAddressBinding
)ai), false, false);
249
void Write118_HttpAddressBinding(string n, string ns, global::System.Web.Services.Description.
HttpAddressBinding
o, bool isNullable, bool needType) {
256
if (t == typeof(global::System.Web.Services.Description.
HttpAddressBinding
)) {
4468
global::System.Web.Services.Description.
HttpAddressBinding
Read118_HttpAddressBinding(bool isNullable, bool checkType) {
4479
global::System.Web.Services.Description.
HttpAddressBinding
o;