1 write to channel
System.ServiceModel (1)
System\ServiceModel\Channels\ChannelDemuxer.cs (1)
3870
this.
channel
= channel;
4 references to channel
System.ServiceModel (4)
System\ServiceModel\Channels\ChannelDemuxer.cs (4)
3876
IAsyncResult result = this.demuxFailureHandler.BeginHandleDemuxFailure(this.message, this.
channel
, demuxFailureHandlerCallback, this);
3890
IAsyncResult result = this.
channel
.BeginClose(channelCloseCallback, this);
3895
this.
channel
.EndClose(result);
3937
self.
channel
.EndClose(result);