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