1 write to replyTo
System.ServiceModel (1)
System\ServiceModel\Channels\RequestReplyCorrelator.cs (1)
193this.replyTo = message.Headers.ReplyTo;
1 reference to replyTo
System.ServiceModel (1)
System\ServiceModel\Channels\RequestReplyCorrelator.cs (1)
231get { return this.replyTo; }