public ContentLengthReadStream(HttpConnection connection, ulong contentLength) : base(connection) { _contentBytesRemaining = contentLength; }