3 writes to _clientChannel
System.Runtime.Remoting (3)
channels\http\combinedhttpchannel.cs (3)
42_clientChannel = new HttpClientChannel(); 48_clientChannel = new HttpClientChannel(); 81_clientChannel = new HttpClientChannel(clientData, clientSinkProvider);
11 references to _clientChannel
System.Runtime.Remoting (11)
channels\http\combinedhttpchannel.cs (11)
93if (_clientChannel != null) 94return _clientChannel.IsSecured; 103if (_clientChannel != null) 104_clientChannel.IsSecured = value; 146return _clientChannel.CreateMessageSink(url, remoteChannelData, out objectURI); 233dictionaries.Add(_clientChannel.Properties); 246if (_clientChannel.Contains(key)) 247return _clientChannel[key]; 257if (_clientChannel.Contains(key)) 258_clientChannel[key] = value; 274ICollection clientKeys = _clientChannel.Keys;