3 references to ReplyTo
System.ServiceModel (3)
System\ServiceModel\Channels\RequestReplyCorrelator.cs (2)
100
destination = info.
ReplyTo
;
226
get { return !IsTrivial(this.
ReplyTo
); }
System\ServiceModel\Dispatcher\ImmutableDispatchRuntime.cs (1)
935
EndpointAddress replyTo = rpc.ReplyToInfo.
ReplyTo
;