This documentation is archived and is not being maintained.
HttpWorkerRequest.HeadersSent Method
.NET Framework 1.1
Returns a value indicating whether HTTP response headers have been sent to the client for the current request.
[Visual Basic] Public Overridable Function HeadersSent() As Boolean [C#] public virtual bool HeadersSent(); [C++] public: virtual bool HeadersSent(); [JScript] public function HeadersSent() : Boolean;
Return Value
true if HTTP response headers have been sent to the client; otherwise, false.
Requirements
Platforms: Windows 2000, Windows XP Professional, Windows Server 2003 family
See Also
HttpWorkerRequest Class | HttpWorkerRequest Members | System.Web Namespace
Show: