Click or drag to resize

CefSharp.DevTools.Network Namespace

Version 86.0.240

[Missing <summary> documentation for "N:CefSharp.DevTools.Network"]

Classes
  ClassDescription
Public classAuthChallenge
Authorization challenge for HTTP status code 401 or 407.
Public classAuthChallengeResponse
Response to an AuthChallenge.
Public classBlockedCookieWithReason
A cookie with was not sent with a request with the corresponding reason.
Public classBlockedSetCookieWithReason
A cookie which was not stored from a response with the corresponding reason.
Public classCachedResource
Information about the cached resource.
Public classCookie
Cookie object
Public classCookieParam
Cookie parameter object
Public classCrossOriginEmbedderPolicyStatus
CrossOriginEmbedderPolicyStatus
Public classCrossOriginOpenerPolicyStatus
CrossOriginOpenerPolicyStatus
Public classGetAllCookiesResponse
GetAllCookiesResponse
Public classGetCertificateResponse
GetCertificateResponse
Public classGetCookiesResponse
GetCookiesResponse
Public classGetRequestPostDataResponse
GetRequestPostDataResponse
Public classGetResponseBodyForInterceptionResponse
GetResponseBodyForInterceptionResponse
Public classGetResponseBodyResponse
GetResponseBodyResponse
Public classGetSecurityIsolationStatusResponse
GetSecurityIsolationStatusResponse
Public classHeaders
Public classInitiator
Information about the request initiator.
Public classNetworkClient
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.
Public classPostDataEntry
Post data entry for HTTP request
Public classRequest
HTTP request data.
Public classRequestPattern
Request pattern for interception.
Public classResourceTiming
Timing information for the request.
Public classResponse
HTTP response data.
Public classSearchInResponseBodyResponse
SearchInResponseBodyResponse
Public classSecurityDetails
Security details about a request.
Public classSecurityIsolationStatus
SecurityIsolationStatus
Public classSetCookieResponse
SetCookieResponse
Public classSignedCertificateTimestamp
Details of a signed certificate timestamp (SCT).
Public classSignedExchangeError
Information about a signed exchange response.
Public classSignedExchangeHeader
Information about a signed exchange header. https://wicg.github.io/webpackage/draft-yasskin-httpbis-origin-signed-exchanges-impl.html#cbor-representation
Public classSignedExchangeInfo
Information about a signed exchange response.
Public classSignedExchangeSignature
Information about a signed exchange signature. https://wicg.github.io/webpackage/draft-yasskin-httpbis-origin-signed-exchanges-impl.html#rfc.section.3.1
Public classTakeResponseBodyForInterceptionAsStreamResponse
TakeResponseBodyForInterceptionAsStreamResponse
Public classWebSocketFrame
WebSocket message data. This represents an entire WebSocket message, not just a fragmented frame as the name suggests.
Public classWebSocketRequest
WebSocket request data.
Public classWebSocketResponse
WebSocket response data.
Enumerations
  EnumerationDescription
Public enumerationBlockedReason
The reason why request was blocked.
Public enumerationCertificateTransparencyCompliance
Whether the request complied with Certificate Transparency policy.
Public enumerationConnectionType
The underlying connection technology that the browser is supposedly using.
Public enumerationCookieBlockedReason
Types of reasons why a cookie may not be sent with a request.
Public enumerationCookiePriority
Represents the cookie's 'Priority' status: https://tools.ietf.org/html/draft-west-cookie-priority-00
Public enumerationCookieSameSite
Represents the cookie's 'SameSite' status: https://tools.ietf.org/html/draft-west-first-party-cookies
Public enumerationCrossOriginEmbedderPolicyValue
CrossOriginEmbedderPolicyValue
Public enumerationCrossOriginOpenerPolicyValue
CrossOriginOpenerPolicyValue
Public enumerationErrorReason
Network level fetch failure reason.
Public enumerationInterceptionStage
Stages of the interception to begin intercepting. Request will intercept before the request is sent. Response will intercept after the response is received.
Public enumerationResourcePriority
Loading priority of a resource request.
Public enumerationResourceType
Resource type as it was perceived by the rendering engine.
Public enumerationServiceWorkerResponseSource
Source of serviceworker response.
Public enumerationSetCookieBlockedReason
Types of reasons why a cookie may not be stored from a response.
Public enumerationSignedExchangeErrorField
Field type for a signed exchange related error.