IResponse Interface |
Namespace: CefSharp
The IResponse type exposes the following members.
Name | Description | |
---|---|---|
Charset |
Get/Set the response charset.
| |
ErrorCode |
Get/set the response error code.
| |
Headers |
Response Headers
| |
IsReadOnly |
Returns true if this object is read-only.
| |
MimeType |
MimeType
| |
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.) | |
GetHeaderByName |
Returns the first header value for name or an empty string if not found.
Will not return the Referer value if any. Use Headers instead if name might have multiple values.
| |
SetHeaderByName |
Set the header name to value.
|