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