2 overrides of GetPreloadedPostedContentCore
System.Web (2)
Hosting\ISAPIWorkerRequest.cs (2)
1722
internal override int
GetPreloadedPostedContentCore
(byte[] bytes, int offset, int numBytesToRead) {
2890
internal override int
GetPreloadedPostedContentCore
(byte[] bytes, int offset, int numBytesToRead) {
1 reference to GetPreloadedPostedContentCore
System.Web (1)
Hosting\ISAPIWorkerRequest.cs (1)
1195
int r =
GetPreloadedPostedContentCore
(_preloadedContent, 0, _contentAvailLength);