Exemplo n.º 1
0
 internal void Dispose()
 {
     this.HttpTransaction = null;
     this.Parser          = null;
 }
Exemplo n.º 2
0
 public void Reset(HttpObjectParser parser)
 {
     this.HeaderBuffer      = new byte[Max_Header_Size];
     this.TotalCapturedData = 0;
     this.Parser            = parser;
 }