HandleExceptionArgs.ResponseWritten Property
Gets a value indicating whether the response has been written.
Namespace: System.Data.Services
Assembly: Microsoft.Data.Services (in Microsoft.Data.Services.dll)
Syntax
'Declaration
Public Property ResponseWritten As Boolean
Get
Private Set
'Usage
Dim instance As HandleExceptionArgs
Dim value As Boolean
value = instance.ResponseWritten
public bool ResponseWritten { get; private set; }
public:
property bool ResponseWritten {
bool get ();
private: void set (bool value);
}
member ResponseWritten : bool with get, private set
function get ResponseWritten () : boolean
private function set ResponseWritten (value : boolean)
Property Value
Type: System.Boolean
Boolean value that indicates whether response has been written.
Remarks
If the value is true, the HTTP response headers and possibly part of the response body have already been sent to the client and cannot be altered.