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)
96
case "proxyName": this
[
"proxyName"] = entry.Value; break;
97
case "proxyPort": this
[
"proxyPort"] = entry.Value; break;
1 reference to
System.Runtime.Remoting (1)
channels\http\combinedhttpchannel.cs (1)
247
return _clientChannel
[
key];