This documentation is archived and is not being maintained.
HttpWorkerRequest.EndOfRequest Method
.NET Framework 1.1
Used by the runtime to notify the HttpWorkerRequest that request processing for the current request is complete.
[Visual Basic] Public MustOverride Sub EndOfRequest() [C#] public abstract void EndOfRequest(); [C++] public: virtual void EndOfRequest() = 0; [JScript] public abstract function EndOfRequest();
Requirements
Platforms: Windows 2000, Windows XP Professional, Windows Server 2003 family
See Also
HttpWorkerRequest Class | HttpWorkerRequest Members | System.Web Namespace
Show: