Exemplo n.º 1
0
        public HttpRequest(TcpClient client, HttpServerBase Parent)
        {
            this.client = client;
            this.Parent = Parent;

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

            HTTPResponse.BodySize = 0;
        }