HttpWorkerRequest.SetEndOfSendNotification Method
.NET Framework 3.0
Registers for an optional notification when all the response data is sent.
Namespace: System.Web
Assembly: System.Web (in system.web.dll)
Assembly: System.Web (in system.web.dll)
public: virtual void SetEndOfSendNotification ( EndOfSendNotification^ callback, Object^ extraData )
public void SetEndOfSendNotification ( EndOfSendNotification callback, Object extraData )
public function SetEndOfSendNotification ( callback : EndOfSendNotification, extraData : Object )
Not applicable.
Parameters
- callback
The notification callback that is called when all data is sent (out-of-band).
- extraData
An additional parameter to the callback.
Community Additions
ADD
Show: