asp.net.ph

HttpWorkerRequest.HeadersSent Method

System.Web Namespace   HttpWorkerRequest Class


Returns a value indicating whether HTTP response headers have been sent to the client for the current request.

[ VB ]
<ComVisible ( False ) >
Overridable Public Function HeadersSent ( ) As Boolean

[ C# ]
 [ ComVisible ( false ) ] 
public virtual bool HeadersSent ( );

[ C++ ]
 [ ComVisible ( false ) ] 
public: virtual bool HeadersSent ( );

[ JScript ]
public ComVisible ( false ) 
function HeadersSent ( ) : Boolean;

Return Value

This property returns only a boolean value: true if HTTP response headers have been sent to the client; otherwise, false.

The property is read only with no default value.

See Also

HttpWorkerRequest Members   HttpRuntime Class Skip Navigation Links




Home
Suggested Reading


Previous page Back to top Next page

© 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