3 writes to bufferedReply
System.ServiceModel (3)
System\ServiceModel\Channels\ReliableReplySessionChannel.cs (3)
1430
this.
bufferedReply
= reply.CreateBufferedCopy(int.MaxValue);
1556
this.
bufferedReply
= reply.CreateBufferedCopy(int.MaxValue);
1594
this.
bufferedReply
= Message.CreateMessage(this.channel.MessageVersion, WsrmFeb2005Strings.LastMessageAction).CreateBufferedCopy(int.MaxValue);
8 references to bufferedReply
System.ServiceModel (8)
System\ServiceModel\Channels\ReliableReplySessionChannel.cs (8)
1380
return (this.
bufferedReply
!= null);
1429
if ((reply != null) && (this.
bufferedReply
== null))
1555
if ((reply != null) && (this.
bufferedReply
== null))
1593
if (this.
bufferedReply
== null)
1612
if (this.
bufferedReply
!= null)
1614
reply = this.
bufferedReply
.CreateMessage();
1715
if (this.context.
bufferedReply
!= null)
1717
this.reply = this.context.
bufferedReply
.CreateMessage();