Exemple #1
0
        public CsHTTPRequest(TcpClient client, CsHTTPServer Parent)
        {
            this.client = client;
            this.Parent = Parent;

            this.HTTPResponse.BodySize = 0;
        }
Exemple #2
0
        public CsHTTPRequest(TcpClient client, CsHTTPServer Parent)
        {
            this.client = client;
            this.Parent = Parent;

            this.HTTPResponse.BodySize = 0;
        }