1 write to channel
System.ServiceModel (1)
System\ServiceModel\Channels\ReliableReplySessionChannel.cs (1)
1358this.channel = channel;
11 references to channel
System.ServiceModel (11)
System\ServiceModel\Channels\ReliableReplySessionChannel.cs (11)
1432if (!this.channel.PrepareReply(this)) 1501if (this.channel.ContainsRequest(this.requestSequenceNumber)) 1504this.channel.session.OnLocalFault(e, (Message)null, null); 1558if (!this.channel.PrepareReply(this)) 1594this.bufferedReply = Message.CreateMessage(this.channel.MessageVersion, WsrmFeb2005Strings.LastMessageAction).CreateBufferedCopy(int.MaxValue); 1615this.channel.PrepareReplyMessage(this.replySequenceNumber, this.isLastReply, this.ranges, reply); 1619reply = this.channel.CreateAcknowledgement(this.ranges); 1621this.channel.binder.SetMaskingMode(context, maskingMode); 1718this.context.channel.PrepareReplyMessage( 1724this.reply = this.context.channel.CreateAcknowledgement(this.context.ranges); 1728this.context.channel.binder.SetMaskingMode(thisInnerContext, MaskingMode.Handled);