Inheritance: HttpRequestResponse
示例#1
0
        public HttpIncomingStream(HttpIncomingRequestResponse owner)
        {
            if (owner.Chunked)
            {
                throw new Exception("ContentStream is currently not supported for Chunked HTTP transfer.");
            }

            this.fOwner = owner;
        }
        public HttpIncomingStream(HttpIncomingRequestResponse owner)
        {
            if (owner.Chunked)
                throw new Exception("ContentStream is currently not supported for Chunked HTTP transfer.");

            this.fOwner = owner;
        }