3 references to ReplyTo
dotnet-svcutil-lib (3)
FrameworkFork\System.ServiceModel\System\ServiceModel\Channels\RequestReplyCorrelator.cs (2)
99destination = info.ReplyTo; 207get { return !IsTrivial(this.ReplyTo); }
FrameworkFork\System.ServiceModel\System\ServiceModel\Dispatcher\ImmutableDispatchRuntime.cs (1)
434EndpointAddress replyTo = rpc.ReplyToInfo.ReplyTo;