Пример #1
0
        public CsHTTPRequest(TcpClient client, CSHTTPServer Parent)
        {
            this.client = client;
            this.Parent = Parent;

            this.HTTPResponse.BodySize = 0;
        }
Пример #2
0
        public CsHTTPRequest(TcpClient client, CSHTTPServer Parent)
        {
            this.client = client;
            this.Parent = Parent;

            this.HTTPResponse.BodySize = 0;
        }