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