7 references to GetTransport
dotnet-svcutil-lib (7)
FrameworkFork\System.ServiceModel\System\ServiceModel\BasicHttpBinding.cs (2)
83if (!this.GetTransport().IsMatch(transport)) 136bindingElements.Add(GetTransport());
FrameworkFork\System.ServiceModel\System\ServiceModel\BasicHttpsBinding.cs (1)
88bindingElements.Add(GetTransport());
FrameworkFork\System.ServiceModel\System\ServiceModel\HttpBindingBase.cs (1)
134return this.GetTransport().Scheme;
FrameworkFork\System.ServiceModel\System\ServiceModel\NetHttpBinding.cs (2)
154bindingElements.Add(this.GetTransport()); 349if (!this.GetTransport().IsMatch(transport))
FrameworkFork\System.ServiceModel\System\ServiceModel\NetHttpsBinding.cs (1)
110bindingElements.Add(GetTransport());