1 write to replyTo
System.ServiceModel (1)
System\ServiceModel\Channels\ReplyAdapterChannelListener.cs (1)
220replyTo = request.Headers.ReplyTo;
2 references to replyTo
System.ServiceModel (2)
System\ServiceModel\Channels\ReplyAdapterChannelListener.cs (2)
277if (this.replyTo != null) 279this.replyTo.ApplyTo(message);