1 override of UpdateResponseCounters
System.Web (1)
Hosting\SimpleWorkerRequest.cs (1)
333
internal override void
UpdateResponseCounters
(bool finalFlush, int bytesOut) {
1 reference to UpdateResponseCounters
System.Web (1)
HttpResponse.cs (1)
696
_wr.
UpdateResponseCounters
(finalFlush, (int)bufferedLength);