2 overrides of SupportsAsyncFlush
System.Web (2)
Hosting\IIS7WorkerRequest.cs (1)
525public override bool SupportsAsyncFlush { get { return true; } }
Hosting\ISAPIWorkerRequest.cs (1)
2522public override bool SupportsAsyncFlush { get { return true; } }
3 references to SupportsAsyncFlush
System.Web (3)
HttpResponse.cs (3)
723return (_wr != null && _wr.SupportsAsyncFlush); 738if (_wr != null && _wr.SupportsAsyncFlush && !_context.IsInCancellablePeriod) { 758if (_wr != null && _wr.SupportsAsyncFlush && !_context.IsInCancellablePeriod) {