Implemented interface member:
property
WantsToListen
System.Runtime.Remoting.Channels.IChannelReceiverHook.WantsToListen
1 write to WantsToListen
System.Runtime.Remoting (1)
channels\http\combinedhttpchannel.cs (1)
203set { _serverChannel.WantsToListen = value; }
1 reference to WantsToListen
System.Runtime.Remoting (1)
channels\http\combinedhttpchannel.cs (1)
201get { return _serverChannel.WantsToListen; }