1 write to replyMessage
System.ServiceModel (1)
System\ServiceModel\Channels\StreamedFramingRequestChannel.cs (1)
739this.replyMessage = connectionReader.EndReceive(result);
3 references to replyMessage
System.ServiceModel (3)
System\ServiceModel\Channels\StreamedFramingRequestChannel.cs (3)
701return replyMessage; 741if (this.replyMessage != null) 743ChannelBindingUtility.TryAddToMessage(this.channel.channelBindingToken, this.replyMessage, false);