2 overrides of GetBasicsCore
System.Web (2)
Hosting\ISAPIWorkerRequest.cs (2)
1701internal override int GetBasicsCore(byte[] buffer, int size, int[] contentInfo) { 2869internal override int GetBasicsCore(byte[] buffer, int size, int[] contentInfo) {
2 references to GetBasicsCore
System.Web (2)
Hosting\ISAPIWorkerRequest.cs (2)
692int r = GetBasicsCore(buf.Buffer, buf.Buffer.Length, contentInfo); 696r = GetBasicsCore(buf.Buffer, buf.Buffer.Length, contentInfo);