3 instantiations of ReplyToInfo
dotnet-svcutil-lib (3)
FrameworkFork\System.ServiceModel\System\ServiceModel\Channels\RequestReplyCorrelator.cs (1)
115
return new
ReplyToInfo
(message);
FrameworkFork\System.ServiceModel\System\ServiceModel\Dispatcher\MessageRpc.cs (2)
114
this.ReplyToInfo = new RequestReplyCorrelator.
ReplyToInfo
(request);
119
this.ReplyToInfo = new RequestReplyCorrelator.
ReplyToInfo
();
4 references to ReplyToInfo
dotnet-svcutil-lib (4)
FrameworkFork\System.ServiceModel\System\ServiceModel\Channels\RequestReplyCorrelator.cs (3)
85
ReplyToInfo
info = RequestReplyCorrelator.ExtractReplyToInfo(request);
89
internal static bool AddressReply(Message reply,
ReplyToInfo
info)
113
internal static
ReplyToInfo
ExtractReplyToInfo(Message message)
FrameworkFork\System.ServiceModel\System\ServiceModel\Dispatcher\MessageRpc.cs (1)
50
internal RequestReplyCorrelator.
ReplyToInfo
ReplyToInfo;