1 write to adapter
System.ServiceModel (1)
System\ServiceModel\Channels\DatagramAdapter.cs (1)
1224this.adapter = adapter;
8 references to adapter
System.ServiceModel (8)
System\ServiceModel\Channels\DatagramAdapter.cs (8)
1228IOutputSessionChannel channel = this.adapter.TakeChannel(); 1234this.adapter.ChannelParameters.PropagateChannelParameters(channel); 1245this.adapter.RemoveChannel(channel); 1268this.adapter.RemoveChannel(channel); 1290this.adapter.RemoveChannel(channel); 1295if (this.adapter.ReturnChannel(channel)) 1312this.adapter.RemoveChannel(channel); 1338this.adapter.RemoveChannel(channel);