Request Class |
Namespace: CefSharp.DevTools.Network
The Request type exposes the following members.
Name | Description | |
---|---|---|
![]() | HasPostData |
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.
|
![]() | Headers |
HTTP request headers.
|
![]() | InitialPriority |
Priority of the resource request at the time request is sent.
|
![]() | IsLinkPreload |
Whether is loaded via link preload.
|
![]() | Method |
HTTP request method.
|
![]() | MixedContentType |
The mixed content type of the request.
|
![]() | PostData |
HTTP POST request data.
|
![]() | ReferrerPolicy |
The referrer policy of the request, as defined in https://www.w3.org/TR/referrer-policy/
|
![]() | Url |
Request URL (without fragment).
|
![]() | UrlFragment |
Fragment of the requested URL starting with hash, if present.
|
Name | Description | |
---|---|---|
![]() | Equals | Determines whether the specified object is equal to the current object. (Inherited from Object.) |
![]() | Finalize | Allows an object to try to free resources and perform other cleanup operations before it is reclaimed by garbage collection. (Inherited from Object.) |
![]() | GetHashCode | Serves as the default hash function. (Inherited from Object.) |
![]() | GetType | Gets the Type of the current instance. (Inherited from Object.) |
![]() | MemberwiseClone | Creates a shallow copy of the current Object. (Inherited from Object.) |
![]() | ToDictionary | (Inherited from DevToolsDomainEntityBase.) |
![]() | ToString | Returns a string that represents the current object. (Inherited from Object.) |