2 writes to ReplyToInfo
System.ServiceModel.Primitives (2)
System\ServiceModel\Dispatcher\MessageRpc.cs (2)
110ReplyToInfo = new RequestReplyCorrelator.ReplyToInfo(request); 115ReplyToInfo = new RequestReplyCorrelator.ReplyToInfo();
2 references to ReplyToInfo
System.ServiceModel.Primitives (2)
System\ServiceModel\Dispatcher\ImmutableDispatchRuntime.cs (2)
443canSendReply = System.ServiceModel.Channels.RequestReplyCorrelator.AddressReply(rpc.Reply, rpc.ReplyToInfo); 502EndpointAddress replyTo = rpc.ReplyToInfo.ReplyTo;