Click or drag to resize

Request Class

Version 130.1.90
HTTP request data.
Inheritance Hierarchy
SystemObject
  CefSharp.DevToolsDevToolsDomainEntityBase
    CefSharp.DevTools.NetworkRequest

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

The Request type exposes the following members.

Constructors
 NameDescription
Public methodRequestInitializes 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 Priority of the resource request at the time request is sent.
Public propertyIsLinkPreload Whether is loaded via link preload.
Public propertyIsSameSite True if this resource request is considered to be the 'same site' as the request corresponding to the main frame.
Public propertyMethod HTTP request method.
Public propertyMixedContentType The mixed content type of the request.
Public propertyPostData HTTP POST request data. Use postDataEntries instead.
Public propertyPostDataEntries Request body elements (post data broken into individual entries).
Public propertyReferrerPolicy The referrer policy of the request, as defined in https://www.w3.org/TR/referrer-policy/
Public propertyTrustTokenParams Set for requests when the TrustToken API is used. Contains the parameters passed by the developer (e.g. via "fetch") as understood by the backend.
Public propertyUrl Request URL (without fragment).
Public propertyUrlFragment Fragment of the requested URL starting with hash, if present.
Top
Methods
 NameDescription
Public methodEqualsDetermines whether the specified object is equal to the current object.
(Inherited from Object)
Protected methodFinalizeAllows an object to try to free resources and perform other cleanup operations before it is reclaimed by garbage collection.
(Inherited from Object)
Public methodGetHashCodeServes as the default hash function.
(Inherited from Object)
Public methodGetTypeGets the Type of the current instance.
(Inherited from Object)
Protected methodMemberwiseCloneCreates a shallow copy of the current Object.
(Inherited from Object)
Public methodToDictionary
(Inherited from DevToolsDomainEntityBase)
Public methodToStringReturns a string that represents the current object.
(Inherited from Object)
Top
See Also