Implemented interface member:
property
Keys
System.Collections.IDictionary.Keys
6 overrides of Keys
System.Runtime.Remoting (6)
channels\http\combinedhttpchannel.cs (1)
266public override ICollection Keys
channels\http\httpclientchannel.cs (2)
301public override ICollection Keys 852public override ICollection Keys
channels\http\httpserverchannel.cs (1)
522public override ICollection Keys
channels\ipc\ipcclientchannel.cs (1)
425public override ICollection Keys
channels\tcp\tcpclientchannel.cs (1)
635public override ICollection Keys
3 references to Keys
mscorlib (3)
system\runtime\remoting\ichannel.cs (3)
630ICollection keys = Keys; 650ICollection keySet = Keys; 724ICollection keySet = Keys;