IResponse Interface |
Namespace: CefSharp
The IResponse type exposes the following members.
Name | Description | |
---|---|---|
ErrorCode |
Get/set the response error code.
| |
IsReadOnly |
Returns true if this object is read-only.
| |
MimeType |
MimeType
| |
ResponseHeaders |
Response Headers
| |
StatusCode |
The status code of the response. Unless set, the default value used is 200
(corresponding to HTTP status OK).
| |
StatusText |
Status Text
|
Name | Description | |
---|---|---|
Dispose | Performs application-defined tasks associated with freeing, releasing, or resetting unmanaged resources. (Inherited from IDisposable.) |