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