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