2 writes to ReplyToInfo
System.ServiceModel (2)
System\ServiceModel\Dispatcher\MessageRpc.cs (2)
136this.ReplyToInfo = new RequestReplyCorrelator.ReplyToInfo(request); 141this.ReplyToInfo = new RequestReplyCorrelator.ReplyToInfo();
2 references to ReplyToInfo
System.ServiceModel (2)
System\ServiceModel\Dispatcher\ImmutableDispatchRuntime.cs (2)
863canSendReply = System.ServiceModel.Channels.RequestReplyCorrelator.AddressReply(rpc.Reply, rpc.ReplyToInfo); 935EndpointAddress replyTo = rpc.ReplyToInfo.ReplyTo;