HttpWorkerRequest.EndOfSendNotification Delegate
.NET Framework 3.0
Represents the method that Notifies callers when sending of the response is complete.
Namespace: System.Web
Assembly: System.Web (in system.web.dll)
Assembly: System.Web (in system.web.dll)
'Declaration Public Delegate Sub EndOfSendNotification ( _ wr As HttpWorkerRequest, _ extraData As Object _ ) 'Usage Dim instance As New EndOfSendNotification(AddressOf HandlerMethod)
/** @delegate */ public delegate void EndOfSendNotification ( HttpWorkerRequest wr, Object extraData )
Not applicable.
Parameters
- wr
The current HttpWorkerRequest.
- extraData
Any additional data needed to process the request.
- AspNetHostingPermission for operating in a hosted environment. Demand value: LinkDemand; Permission value: Minimal.
- AspNetHostingPermission for operating in a hosted environment. Demand value: InheritanceDemand; Permission value: Minimal.
Community Additions
ADD
Show: