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
Check out related books at Amazon
© 2025 Reynald Nuñez and asp.net.ph. All rights reserved. If you have any question, comment or suggestion about this site, please send us a note