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)
994rawContent.AddBytes(preloadedContent, 0, preloadedContent.Length); 1017rawContent.AddBytes(buf, 0, bytesRead); 1063filteredRawContent.AddBytes(buf, 0, bytesRead);