コード例 #1
0
        public override void SendHeader(string header)
        {
            this.CollectionInfoParser = new CollectionInfoParser(this.PipesChain.ChainState);

            if (CachedPages.ContainsKey(this.CollectionInfoParser.CollectHash) == false)
            {
                this.isFirstHit = true;
                CachedPages.Add(this.CollectionInfoParser.CollectHash, new ChunkedPage(header));
            }
        }
コード例 #2
0
 public override void SendHeader(string header)
 {
     this.CollectionInfoParser = new CollectionInfoParser(this.PipesChain.ChainState);
 }