HttpWorkerRequest::EndOfSendNotification Delegate
.NET Framework (current version)
Represents the method that Notifies callers when sending of the response is complete.
Assembly: System.Web (in System.Web.dll)
Parameters
- wr
-
Type:
System.Web::HttpWorkerRequest^
The current HttpWorkerRequest.
- extraData
-
Type:
System::Object^
Any additional data needed to process the request.
The host can use this notification to implement buffer recycling.
.NET Framework
Available since 1.1
Available since 1.1
Show: