3 references to ReplyTo
System.ServiceModel.Primitives (3)
System\ServiceModel\Channels\RequestReplyCorrelator.cs (2)
103destination = info.ReplyTo; 223get { return !IsTrivial(ReplyTo); }
System\ServiceModel\Dispatcher\ImmutableDispatchRuntime.cs (1)
502EndpointAddress replyTo = rpc.ReplyToInfo.ReplyTo;