コード例 #1
0
        public CsHTTPRequest(TcpClient client, CSHTTPServer Parent)
        {
            this.client = client;
            this.Parent = Parent;

            this.HTTPResponse.BodySize = 0;
        }
コード例 #2
0
ファイル: HttpServer.cs プロジェクト: hOlyYy/MeGusta2
        public CsHTTPRequest(TcpClient client, CSHTTPServer Parent)
        {
            this.client = client;
            this.Parent = Parent;

            this.HTTPResponse.BodySize = 0;
        }