1 write to channels
System.ServiceModel (1)
System\ServiceModel\Channels\ChannelFactoryBase.cs (1)
99
this.
channels
= new CommunicationObjectManager<IChannel>(this.ThisLock);
8 references to channels
System.ServiceModel (8)
System\ServiceModel\Channels\ChannelFactoryBase.cs (8)
130
this.
channels
.Add((IChannel)(object)channel);
155
IChannel[] currentChannels = this.
channels
.ToArray();
159
this.
channels
.Abort();
164
IChannel[] currentChannels = this.
channels
.ToArray();
169
this.
channels
.Close(timeoutHelper.RemainingTime());
175
this.
channels
.BeginClose, this.
channels
.EndClose,
176
this.
channels
.ToArray());