Cef |
public sealed class CefResponse : IDisposable
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. |
| Name | Description | |
|---|---|---|
| Create | Create a new CefResponse object. | |
| Dispose | Releases all resources used by the CefResponse | |
| Equals | Determines whether the specified object is equal to the current object. (Inherited from Object) | |
| Finalize | (Overrides ObjectFinalize) | |
| GetHashCode | Serves as the default hash function. (Inherited from Object) | |
| GetHeader | Get the value for the specified response header field. | |
| GetHeaderMap | Get all response header fields. | |
| GetType | Gets the Type of the current instance. (Inherited from Object) | |
| SetHeaderMap | Set all response header fields. | |
| ToString | Returns a string that represents the current object. (Inherited from Object) |
| Name | Description | |
|---|---|---|
| MethodInvoke |
Calls the object method by name.
(Defined by ObjectEx) | |
| PropertyGet |
Gets the value of the object property by name.
(Defined by ObjectEx) | |
| PropertyGetT |
Gets the value of the object property by name.
(Defined by ObjectEx) | |
| PropertySet |
Sets the value of the object property by name.
(Defined by ObjectEx) |