6 references to AddBytes
System.Web (6)
HttpBufferlessInputStream.cs (3)
194
_rawContent.
AddBytes
(_buffer, _offset, bytesRead);
246
_rawContent.
AddBytes
(buffer, offset, bytesRead);
281
_rawContent.
AddBytes
(preloadedContent, (int) _position, bytesRead);
HttpRequest.cs (3)
994
rawContent.
AddBytes
(preloadedContent, 0, preloadedContent.Length);
1017
rawContent.
AddBytes
(buf, 0, bytesRead);
1063
filteredRawContent.
AddBytes
(buf, 0, bytesRead);