2 overrides of Scheme
dotnet-svcutil-lib (2)
FrameworkFork\System.ServiceModel\System\ServiceModel\Channels\HttpChannelFactory.cs (1)
160
public override string
Scheme
FrameworkFork\System.ServiceModel\System\ServiceModel\Channels\TcpChannelFactory.cs (1)
30
public override string
Scheme
3 references to Scheme
dotnet-svcutil-lib (3)
FrameworkFork\System.ServiceModel\System\ServiceModel\Channels\TransportChannelFactory.cs (3)
170
if (via.Scheme != this.
Scheme
)
173
if (string.Compare(via.Scheme, this.
Scheme
, StringComparison.OrdinalIgnoreCase) != 0)
176
via.Scheme, this.
Scheme
));