HttpWorkerRequest.SetEndOfSendNotification Method (HttpWorkerRequest.EndOfSendNotification, Object)
.NET Framework (current version)
Registers for an optional notification when all the response data is sent.
Assembly: System.Web (in System.Web.dll)
public virtual void SetEndOfSendNotification( HttpWorkerRequest.EndOfSendNotification callback, object extraData )
Parameters
- callback
-
Type:
System.Web.HttpWorkerRequest.EndOfSendNotification
The notification callback that is called when all data is sent (out-of-band).
- extraData
-
Type:
System.Object
An additional parameter to the callback.
This method might be helpful when you implement buffer recycling.
.NET Framework
Available since 1.1
Available since 1.1
Show: