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