1 override of SetEndOfSendNotification
System.Web (1)
Hosting\ISAPIWorkerRequest.cs (1)
1475
public override void
SetEndOfSendNotification
(HttpWorkerRequest.EndOfSendNotification callback, Object extraData) {
2 references to SetEndOfSendNotification
System.Web (2)
HttpRuntime.cs (2)
1663
wr.
SetEndOfSendNotification
(_asyncEndOfSendCallback, context);
1714
wr.
SetEndOfSendNotification
(_asyncEndOfSendCallback, context);