Click or drag to resize
IResponse Interface
Version 63.0.0
Class used to represent a web response. The methods of this class may be called on any thread.

Namespace: CefSharp
Assembly: CefSharp (in CefSharp.dll) Version: 63.0.0.0 (63.0.0.0)
Syntax
public interface IResponse : IDisposable

The IResponse type exposes the following members.

Properties
  NameDescription
Public propertyErrorCode
Get/set the response error code.
Public propertyIsReadOnly
Returns true if this object is read-only.
Public propertyMimeType
MimeType
Public propertyResponseHeaders
Response Headers
Public propertyStatusCode
The status code of the response. Unless set, the default value used is 200 (corresponding to HTTP status OK).
Public propertyStatusText
Status Text
Top
Methods
  NameDescription
Public methodDispose
Performs application-defined tasks associated with freeing, releasing, or resetting unmanaged resources.
(Inherited from IDisposable.)
Top
See Also