[This is preliminary documentation and is subject to change.]
The CefResponse type exposes the following members.Methods
| Name | Description | |
|---|---|---|
| Create |
Create a new CefResponse object.
| |
| Dispose | Releases all resources used by the CefResponse | |
| (Inherited from | ||
| Finalize | (Overrides | |
Serves as a hash function for a particular type.
(Inherited from | ||
| GetHeader |
Get the value for the specified response header field.
| |
| GetHeaderMap |
Get all response header fields.
| |
Gets the (Inherited from | ||
Creates a shallow copy of the current (Inherited from | ||
| SetHeaderMap |
Set all response header fields.
| |
| (Inherited from |
Properties
| Name | Description | |
|---|---|---|
| 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.
|
See Also