CefSharp.DevTools.Network Namespace |
[Missing <summary> documentation for "N:CefSharp.DevTools.Network"]
Class | Description | |
---|---|---|
AuthChallenge |
Authorization challenge for HTTP status code 401 or 407.
| |
AuthChallengeResponse |
Response to an AuthChallenge.
| |
BlockedCookieWithReason |
A cookie with was not sent with a request with the corresponding reason.
| |
BlockedSetCookieWithReason |
A cookie which was not stored from a response with the corresponding reason.
| |
CachedResource |
Information about the cached resource.
| |
Cookie |
Cookie object
| |
CookieParam |
Cookie parameter object
| |
CrossOriginEmbedderPolicyStatus |
CrossOriginEmbedderPolicyStatus
| |
CrossOriginOpenerPolicyStatus |
CrossOriginOpenerPolicyStatus
| |
GetAllCookiesResponse |
GetAllCookiesResponse
| |
GetCertificateResponse |
GetCertificateResponse
| |
GetCookiesResponse |
GetCookiesResponse
| |
GetRequestPostDataResponse |
GetRequestPostDataResponse
| |
GetResponseBodyForInterceptionResponse |
GetResponseBodyForInterceptionResponse
| |
GetResponseBodyResponse |
GetResponseBodyResponse
| |
GetSecurityIsolationStatusResponse |
GetSecurityIsolationStatusResponse
| |
Headers | ||
Initiator |
Information about the request initiator.
| |
LoadNetworkResourceOptions |
An options object that may be extended later to better support CORS,
CORB and streaming.
| |
LoadNetworkResourcePageResult |
An object providing the result of a network resource load.
| |
LoadNetworkResourceResponse |
LoadNetworkResourceResponse
| |
NetworkClient |
Network domain allows tracking network activities of the page. It exposes information about http,
file, data and other requests and responses, their headers, bodies, timing, etc.
| |
PostDataEntry |
Post data entry for HTTP request
| |
Request |
HTTP request data.
| |
RequestPattern |
Request pattern for interception.
| |
ResourceTiming |
Timing information for the request.
| |
Response |
HTTP response data.
| |
SearchInResponseBodyResponse |
SearchInResponseBodyResponse
| |
SecurityDetails |
Security details about a request.
| |
SecurityIsolationStatus |
SecurityIsolationStatus
| |
SetCookieResponse |
SetCookieResponse
| |
SignedCertificateTimestamp |
Details of a signed certificate timestamp (SCT).
| |
SignedExchangeError |
Information about a signed exchange response.
| |
SignedExchangeHeader |
Information about a signed exchange header.
https://wicg.github.io/webpackage/draft-yasskin-httpbis-origin-signed-exchanges-impl.html#cbor-representation
| |
SignedExchangeInfo |
Information about a signed exchange response.
| |
SignedExchangeSignature |
Information about a signed exchange signature.
https://wicg.github.io/webpackage/draft-yasskin-httpbis-origin-signed-exchanges-impl.html#rfc.section.3.1
| |
TakeResponseBodyForInterceptionAsStreamResponse |
TakeResponseBodyForInterceptionAsStreamResponse
| |
WebSocketFrame |
WebSocket message data. This represents an entire WebSocket message, not just a fragmented frame as the name suggests.
| |
WebSocketRequest |
WebSocket request data.
| |
WebSocketResponse |
WebSocket response data.
|
Enumeration | Description | |
---|---|---|
BlockedReason |
The reason why request was blocked.
| |
CertificateTransparencyCompliance |
Whether the request complied with Certificate Transparency policy.
| |
ConnectionType |
The underlying connection technology that the browser is supposedly using.
| |
CookieBlockedReason |
Types of reasons why a cookie may not be sent with a request.
| |
CookiePriority |
Represents the cookie's 'Priority' status:
https://tools.ietf.org/html/draft-west-cookie-priority-00
| |
CookieSameSite |
Represents the cookie's 'SameSite' status:
https://tools.ietf.org/html/draft-west-first-party-cookies
| |
CrossOriginEmbedderPolicyValue |
CrossOriginEmbedderPolicyValue
| |
CrossOriginOpenerPolicyValue |
CrossOriginOpenerPolicyValue
| |
ErrorReason |
Network level fetch failure reason.
| |
InterceptionStage |
Stages of the interception to begin intercepting. Request will intercept before the request is
sent. Response will intercept after the response is received.
| |
ResourcePriority |
Loading priority of a resource request.
| |
ResourceType |
Resource type as it was perceived by the rendering engine.
| |
ServiceWorkerResponseSource |
Source of serviceworker response.
| |
SetCookieBlockedReason |
Types of reasons why a cookie may not be stored from a response.
| |
SignedExchangeErrorField |
Field type for a signed exchange related error.
|