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