2 writes to replyTo
System.ServiceModel (2)
System\ServiceModel\Channels\WsrmMessageInfo.cs (2)
1256
this.
replyTo
= headers.ReplyTo;
1260
this.
replyTo
= EndpointAddress.AnonymousAddress;
3 references to replyTo
System.ServiceModel (3)
System\ServiceModel\Channels\WsrmMessageInfo.cs (3)
1231
return this.
replyTo
;
1258
if (messageVersion.Addressing == AddressingVersion.WSAddressing10 && this.
replyTo
== null)
1263
if (this.
replyTo
== null)