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