2 references to ReplyToInfo
dotnet-svcutil-lib (2)
FrameworkFork\System.ServiceModel\System\ServiceModel\Channels\RequestReplyCorrelator.cs (1)
115
return new
ReplyToInfo
(message);
FrameworkFork\System.ServiceModel\System\ServiceModel\Dispatcher\MessageRpc.cs (1)
114
this.ReplyToInfo = new RequestReplyCorrelator.
ReplyToInfo
(request);