1 write to _asyncEndOfSendCallback
System.Web (1)
HttpRuntime.cs (1)
313
_asyncEndOfSendCallback
= new HttpWorkerRequest.EndOfSendNotification(this.EndOfSendCallback);
2 references to _asyncEndOfSendCallback
System.Web (2)
HttpRuntime.cs (2)
1663
wr.SetEndOfSendNotification(
_asyncEndOfSendCallback
, context);
1714
wr.SetEndOfSendNotification(
_asyncEndOfSendCallback
, context);