Click or drag to resize

CefResponse Properties

The CefResponse type exposes the following members.

Properties
 NameDescription
Public propertyError 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.
Public propertyIsReadOnly Returns true if this object is read-only.
Public propertyMimeType Gets or sets the response mime type.
Public propertyStatus Gets or sets the response status code.
Public propertyStatusText Get the response status text.
Top
See Also