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