示例#1
0
        public void RetrieveMostRecentV3Consensus()
        {
            string relativePath = Encoding.ASCII.GetString(
                WellKnownUrlRetriever.Retrieve(
                    WellKnownUrlRetriever.Document.MostRecentV3Consensus));
            string mostRecentCompressedV3Consensus = Encoding.ASCII.GetString(
                Authority.DownloadFromRandomAuthority(relativePath, true));
            string compressedContentFileName = Path.Combine(
                Environment.GetFolderPath(Environment.SpecialFolder.Personal),
                "v3Consensus.z");

            return;
        }