2 references to EndFlush
System.Web (2)
Abstractions\HttpResponseWrapper.cs (1)
353
_httpResponse.
EndFlush
(asyncResult);
HttpResponse.cs (1)
782
return Task.Factory.FromAsync(BeginFlush,
EndFlush
, state: null);