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