1 write to channels
System.ServiceModel (1)
System\ServiceModel\Channels\DatagramAdapter.cs (1)
71this.channels = new SessionChannelCollection(this.ThisLock);
4 references to channels
System.ServiceModel (4)
System\ServiceModel\Channels\DatagramAdapter.cs (4)
79get { return this.channels; } 256this.channels.AbortChannels(); 388this.parent.channels.Add(channel); 426this.parent.channels.Remove(channel);