Base:
property
this
System.Runtime.Remoting.Channels.BaseChannelObjectWithProperties.this[System.Object]
3 writes to
System.Runtime.Remoting (3)
channels\http\combinedhttpchannel.cs (1)
258_clientChannel[key] = value;
channels\http\httpclientchannel.cs (2)
96case "proxyName": this["proxyName"] = entry.Value; break; 97case "proxyPort": this["proxyPort"] = entry.Value; break;
1 reference to
System.Runtime.Remoting (1)
channels\http\combinedhttpchannel.cs (1)
247return _clientChannel[key];