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