CefResponse Properties |
The CefResponse type exposes the following members.
| Name | Description | |
|---|---|---|
| Error |
Gets or sets the response error code.
Returns ERR_NONE if there was no error.
This can be used by custom scheme handlers to return errors during initial request processing.
| |
| IsReadOnly |
Returns true if this object is read-only.
| |
| MimeType |
Gets or sets the response mime type.
| |
| Status |
Gets or sets the response status code.
| |
| StatusText |
Get the response status text.
|