2 overrides of CallISAPI
System.Web (2)
Hosting\ISAPIWorkerRequest.cs (2)
2004internal override int CallISAPI(UnsafeNativeMethods.CallISAPIFunc iFunction, byte [] bufIn, byte [] bufOut) { 3076internal override int CallISAPI(UnsafeNativeMethods.CallISAPIFunc iFunction, byte [] bufIn, byte [] bufOut) {
1 reference to CallISAPI
System.Web (1)
HttpContext.cs (1)
1914return ((System.Web.Hosting.ISAPIWorkerRequest) _wr).CallISAPI(iFunction, bufIn, bufOut);