4 references to EntityBuffer
System.Web (4)
HttpRequest.cs (2)
1003
byte[] buf = (app != null) ? app.
EntityBuffer
: new byte[8 * 1024];
1057
byte[] buf = (app != null) ? app.
EntityBuffer
: new byte[8 * 1024];
ImplicitAsyncPreloadModule.cs (2)
78
byte[] buffer = _app.
EntityBuffer
;
113
byte[] buffer = _app.
EntityBuffer
;