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