System.Web Namespace HttpWorkerRequest Class
Registers for an optional notification when all the response data is sent.
[ VB ] <ComVisible ( False ) > Overridable Public Sub SetEndOfSendNotification ( _ ByVal callback As HttpWorkerRequest.EndOfSendNotification, _ ByVal extraData As Object _ ) [ C# ] [ ComVisible ( false ) ] public virtual void SetEndOfSendNotification ( HttpWorkerRequest.EndOfSendNotification callback, object extraData ); [ C++ ] [ ComVisible ( false ) ] public: virtual void SetEndOfSendNotification ( HttpWorkerRequest.EndOfSendNotification* callback, Object* extraData ); [ JScript ] public ComVisible ( false ) function SetEndOfSendNotification ( callback : HttpWorkerRequest.EndOfSendNotification, extraData : Object );
This method might be helpful when you implement buffer recycling.
HttpWorkerRequest Members HttpRuntime Class
© 2000-2010 Rey Nuñez All rights reserved.If you have any question, comment or suggestion about this site, please send us a note
You can help support asp.net.ph