HttpToken.cs 234 B

123456789
  1. namespace PlatformBenchmarks
  2. {
  3. public class HttpToken
  4. {
  5. public (int postion, int size) ContentPostion { get; set; }
  6. public long HttpHandlerPostion { get; set; }
  7. public RawDb Db { get; set; }
  8. }
  9. }