8 references to Length
System.Web (8)
HttpInputStream.cs (1)
428base.Init(data, 0, data.Length);
HttpRequest.cs (7)
214if (rawContent.Length > 0) { 1000int remainingBytes = (ContentLength > 0) ? ContentLength - rawContent.Length : Int32.MaxValue; 1004int numBytesRead = rawContent.Length; 1050if (rawContent.Length > 0) { 1055HttpRawUploadedContent filteredRawContent = new HttpRawUploadedContent(fileThreshold, rawContent.Length); 1099_multipartContentElements = HttpMultipartContentTemplateParser.Parse(content, content.Length, boundary, ContentEncoding); 2443rawContent.Length