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