public CsHTTPRequest(TcpClient client, CSHTTPServer Parent) { this.client = client; this.Parent = Parent; this.HTTPResponse.BodySize = 0; }