Click or drag to resize

Request Class

Version 86.0.240
HTTP request data.
Inheritance Hierarchy

Namespace:  CefSharp.DevTools.Network
Assembly:  CefSharp (in CefSharp.dll) Version: 86.0.240.0 (86.0.240.0)
Syntax
public class Request : DevToolsDomainEntityBase

The Request type exposes the following members.

Constructors
  NameDescription
Public methodRequest
Initializes a new instance of the Request class
Top
Properties
  NameDescription
Public propertyHasPostData
True when the request has POST data. Note that postData might still be omitted when this flag is true when the data is too long.
Public propertyHeaders
HTTP request headers.
Public propertyInitialPriority
Public propertyIsLinkPreload
Whether is loaded via link preload.
Public propertyMethod
HTTP request method.
Public propertyMixedContentType
Public propertyPostData
HTTP POST request data.
Public propertyPostDataEntries
Request body elements. This will be converted from base64 to binary
Public propertyReferrerPolicy
The referrer policy of the request, as defined in https://www.w3.org/TR/referrer-policy/
Public propertyUrl
Request URL (without fragment).
Public propertyUrlFragment
Fragment of the requested URL starting with hash, if present.
Top
Methods
  NameDescription
Public methodEquals
Determines whether the specified object is equal to the current object.
(Inherited from Object.)
Protected methodFinalize
Allows an object to try to free resources and perform other cleanup operations before it is reclaimed by garbage collection.
(Inherited from Object.)
Public methodGetHashCode
Serves as the default hash function.
(Inherited from Object.)
Public methodGetType
Gets the Type of the current instance.
(Inherited from Object.)
Protected methodMemberwiseClone
Creates a shallow copy of the current Object.
(Inherited from Object.)
Public methodToDictionary (Inherited from DevToolsDomainEntityBase.)
Public methodToString
Returns a string that represents the current object.
(Inherited from Object.)
Top
See Also