2 implementations of ChannelScheme
System.Runtime.Remoting (2)
channels\http\combinedhttpchannel.cs (1)
193public String ChannelScheme {
channels\http\httpserverchannel.cs (1)
370public String ChannelScheme {
1 reference to ChannelScheme
System.Runtime.Remoting (1)
channels\http\httpremotinghandler.cs (1)
132if (String.Compare(hook.ChannelScheme, "http", StringComparison.OrdinalIgnoreCase) == 0)