HttpWorkerRequest.HeadersSent Method ()

 

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

Namespace:   System.Web
Assembly:  System.Web (in System.Web.dll)

abstract HeadersSent : unit -> bool
override HeadersSent : unit -> bool

Return Value

Type: System.Boolean

true if HTTP response headers have been sent to the client; otherwise, false.

.NET Framework
Available since 1.1
Return to top
Show: