1 write to channel
System.ServiceModel (1)
System\ServiceModel\Channels\TransportDuplexSessionChannel.cs (1)
890
this.
channel
= channel;
8 references to channel
System.ServiceModel (8)
System\ServiceModel\Channels\TransportDuplexSessionChannel.cs (8)
986
this.
channel
.ThrowIfFaulted();
989
if (this.
channel
.isOutputSessionClosed)
994
this.
channel
.isOutputSessionClosed = true;
996
AsyncCompletionResult completionResult = this.
channel
.BeginCloseOutput(this.timeoutHelper.RemainingTime(), onWriteComplete, this);
1009
this.
channel
.FinishWritingMessage();
1010
this.
channel
.OnOutputSessionClosed(ref this.timeoutHelper);
1019
this.
channel
.Fault();
1026
this.
channel
.sendLock.Exit();