2 overrides of EndFlush
System.Web (2)
Hosting\IIS7WorkerRequest.cs (1)
562
public override void
EndFlush
(IAsyncResult asyncResult) {
Hosting\ISAPIWorkerRequest.cs (1)
2554
public override void
EndFlush
(IAsyncResult asyncResult) {
1 reference to EndFlush
System.Web (1)
HttpResponse.cs (1)
765
_wr.
EndFlush
(asyncResult);