1 write to channel
System.ServiceModel (1)
System\ServiceModel\Channels\TransportDuplexSessionChannel.cs (1)
1047this.channel = channel;
12 references to channel
System.ServiceModel (12)
System\ServiceModel\Channels\TransportDuplexSessionChannel.cs (12)
1086TD.MessageSentByTransport(thisPtr.eventTraceActivity, thisPtr.channel.RemoteAddress.Uri.AbsoluteUri); 1134thisPtr.channel.FinishWritingMessage(); 1154this.channel.ThrowIfDisposedOrNotOpen(); 1155this.channel.ThrowIfOutputSessionClosed(); 1157this.channel.ApplyChannelBinding(this.message); 1171completionResult = this.channel.StartWritingStreamedMessage(message, this.timeoutHelper.RemainingTime(), onWriteComplete, this); 1178messageData = this.channel.EncodeMessage(message); 1181completionResult = this.channel.StartWritingBufferedMessage( 1195this.channel.FinishWritingMessage(); 1205this.channel.Fault(); 1212this.channel.sendLock.Exit(); 1218this.channel.bufferManager.ReturnBuffer(this.buffer);