1 write to channel
System.ServiceModel (1)
System\ServiceModel\Channels\TransportDuplexSessionChannel.cs (1)
705this.channel = channel;
7 references to channel
System.ServiceModel (7)
System\ServiceModel\Channels\TransportDuplexSessionChannel.cs (7)
708this.channel.BeginCloseOutputSession(this.timeoutHelper.RemainingTime(), onCloseOutputSession, this); 815this.channel.EndCloseOutputSession(result); 817if (this.channel.isInputSessionClosed) 824this.channel.messageSource.BeginReceive(this.timeoutHelper.RemainingTime(), onCloseInputSession, this); 837Message message = this.channel.messageSource.EndReceive(result); 847this.channel.OnInputSessionClosed(); 872this.channel.CompleteClose(this.timeoutHelper.RemainingTime());