2 overrides of SupportsAsyncRead
System.Web (2)
Hosting\IIS7WorkerRequest.cs (1)
577public override bool SupportsAsyncRead { get { return true; } }
Hosting\ISAPIWorkerRequest.cs (1)
2574public override bool SupportsAsyncRead { get { return true; } }
3 references to SupportsAsyncRead
System.Web (3)
HttpBufferlessInputStream.cs (2)
134if (wr != null && wr.SupportsAsyncRead && !_context.IsInCancellablePeriod) { 175if (wr != null && wr.SupportsAsyncRead && !_context.IsInCancellablePeriod) {
ImplicitAsyncPreloadModule.cs (1)
54|| !wr.SupportsAsyncRead