1 write to adapter
System.ServiceModel (1)
System\ServiceModel\Channels\DatagramAdapter.cs (1)
1458this.adapter = adapter;
8 references to adapter
System.ServiceModel (8)
System\ServiceModel\Channels\DatagramAdapter.cs (8)
1462IRequestSessionChannel channel = this.adapter.TakeChannel(); 1468this.adapter.ChannelParameters.PropagateChannelParameters(channel); 1479this.adapter.RemoveChannel(channel); 1502this.adapter.RemoveChannel(channel); 1524this.adapter.RemoveChannel(channel); 1529if (this.adapter.ReturnChannel(channel)) 1546this.adapter.RemoveChannel(channel); 1572this.adapter.RemoveChannel(channel);