3 references to GetTransport
System.Web.Services (3)
System\Web\Services\Description\Soap12ProtocolImporter.cs (1)
36
if (
GetTransport
(soapBinding.Transport) == null) {
System\Web\Services\Description\SoapProtocolImporter.cs (2)
403
if (
GetTransport
(soapBinding.Transport) == null) {
429
transport =
GetTransport
(soapBinding.Transport);