2 writes to ReplyToInfo
dotnet-svcutil-lib (2)
FrameworkFork\System.ServiceModel\System\ServiceModel\Dispatcher\MessageRpc.cs (2)
114this.ReplyToInfo = new RequestReplyCorrelator.ReplyToInfo(request); 119this.ReplyToInfo = new RequestReplyCorrelator.ReplyToInfo();
2 references to ReplyToInfo
dotnet-svcutil-lib (2)
FrameworkFork\System.ServiceModel\System\ServiceModel\Dispatcher\ImmutableDispatchRuntime.cs (2)
375canSendReply = System.ServiceModel.Channels.RequestReplyCorrelator.AddressReply(rpc.Reply, rpc.ReplyToInfo); 434EndpointAddress replyTo = rpc.ReplyToInfo.ReplyTo;