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)
93
if (
_clientChannel
!= null)
94
return
_clientChannel
.IsSecured;
103
if (
_clientChannel
!= null)
104
_clientChannel
.IsSecured = value;
146
return
_clientChannel
.CreateMessageSink(url, remoteChannelData, out objectURI);
233
dictionaries.Add(
_clientChannel
.Properties);
246
if (
_clientChannel
.Contains(key))
247
return
_clientChannel
[key];
257
if (
_clientChannel
.Contains(key))
258
_clientChannel
[key] = value;
274
ICollection clientKeys =
_clientChannel
.Keys;