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