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