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