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