1 write to channel
System.ServiceModel (1)
System\ServiceModel\Channels\ChannelDemuxer.cs (1)
3808
this.
channel
= channel;
3 references to channel
System.ServiceModel (3)
System\ServiceModel\Channels\ChannelDemuxer.cs (3)
3814
IAsyncResult result = this.
channel
.BeginClose(closeChannelCallback, this);
3819
this.
channel
.EndClose(result);
3833
self.
channel
.EndClose(result);