3 references to HttpTransport
System.Web.Services (3)
System\Web\Services\Description\SoapHttpTransportImporter.cs (1)
13return transport == SoapBinding.HttpTransport;
System\Web\Services\Description\SoapProtocolReflector.cs (1)
273soapBinding.Transport = SoapBinding.HttpTransport;
System\Web\Services\Description\WebServicesInteroperability.cs (1)
101else if (soapBinding.Transport != SoapBinding.HttpTransport) {