Click or drag to resize

Request Class

Version 86.0.240

[Missing <summary> documentation for "T:CefSharp.Request"]

Inheritance Hierarchy
SystemObject
  CefWrapper
    CefSharpRequest

Namespace:  CefSharp
Assembly:  CefSharp.Core (in CefSharp.Core.dll) Version: 86.0.240.0
Syntax
public class Request : CefWrapper, IRequest

The Request type exposes the following members.

Constructors
  NameDescription
Public methodRequest
Initializes a new instance of the Request class
Top
Properties
Methods
  NameDescription
Public methodDispose
Releases all resources used by the Request
Protected methodDispose(Boolean)
Releases the unmanaged resources used by the Request and optionally releases the managed resources
Public methodEquals
Determines whether the specified object is equal to the current object.
(Inherited from Object.)
Protected methodFinalize (Overrides ObjectFinalize.)
Public methodGetHashCode
Serves as the default hash function.
(Inherited from Object.)
Public methodGetHeaderByName
Public methodGetType
Gets the Type of the current instance.
(Inherited from Object.)
Public methodInitializePostData
Protected methodMemberwiseClone
Creates a shallow copy of the current Object.
(Inherited from Object.)
Public methodSetHeaderByName
Public methodSetReferrer
Public methodToString
Returns a string that represents the current object.
(Inherited from Object.)
Top
Extension Methods
  NameDescription
Public Extension MethodGetCharSet
A convenience extension method that extracts the Character set from the content-type header. Can be used in conjuncation with GetBody(IPostDataElement, String)
(Defined by PostDataExtensions.)
Top
See Also