Example #1
0
        public HttpRequest(TcpClient client, HttpServerBase Parent)
        {
            this.client = client;
            this.Parent = Parent;

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

            HTTPResponse.BodySize = 0;
        }