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.
| |
ClientSecurityState |
ClientSecurityState
| |
ConnectTiming |
ConnectTiming
| |
Cookie |
Cookie object
| |
CookieParam |
Cookie parameter object
| |
CorsErrorStatus |
CorsErrorStatus
| |
CrossOriginEmbedderPolicyStatus |
CrossOriginEmbedderPolicyStatus
| |
CrossOriginOpenerPolicyStatus |
CrossOriginOpenerPolicyStatus
| |
DataReceivedEventArgs |
Fired when data chunk was received over the network.
| |
EventSourceMessageReceivedEventArgs |
Fired when EventSource message is received.
| |
GetAllCookiesResponse |
GetAllCookiesResponse
| |
GetCertificateResponse |
GetCertificateResponse
| |
GetCookiesResponse |
GetCookiesResponse
| |
GetRequestPostDataResponse |
GetRequestPostDataResponse
| |
GetResponseBodyForInterceptionResponse |
GetResponseBodyForInterceptionResponse
| |
GetResponseBodyResponse |
GetResponseBodyResponse
| |
GetSecurityIsolationStatusResponse |
GetSecurityIsolationStatusResponse
| |
Headers |
Request / response headers as keys / values of JSON object.
| |
Initiator |
Information about the request initiator.
| |
LoadingFailedEventArgs |
Fired when HTTP request has failed to load.
| |
LoadingFinishedEventArgs |
Fired when HTTP request has finished loading.
| |
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
| |
ReportingApiEndpoint |
ReportingApiEndpoint
| |
ReportingApiEndpointsChangedForOriginEventArgs |
reportingApiEndpointsChangedForOrigin
| |
ReportingApiReport |
An object representing a report generated by the Reporting API.
| |
ReportingApiReportAddedEventArgs |
Is sent whenever a new report is added.
And after 'enableReportingApi' for all existing reports.
| |
ReportingApiReportUpdatedEventArgs |
reportingApiReportUpdated
| |
Request |
HTTP request data.
| |
RequestInterceptedEventArgs |
Details of an intercepted HTTP request, which must be either allowed, blocked, modified or
mocked.
Deprecated, use Fetch.requestPaused instead.
| |
RequestPattern |
Request pattern for interception.
| |
RequestServedFromCacheEventArgs |
Fired if request ended up loading from cache.
| |
RequestWillBeSentEventArgs |
Fired when page is about to send HTTP request.
| |
RequestWillBeSentExtraInfoEventArgs |
Fired when additional information about a requestWillBeSent event is available from the
network stack. Not every requestWillBeSent event will have an additional
requestWillBeSentExtraInfo fired for it, and there is no guarantee whether requestWillBeSent
or requestWillBeSentExtraInfo will be fired first for the same request.
| |
ResourceChangedPriorityEventArgs |
Fired when resource loading priority is changed
| |
ResourceTiming |
Timing information for the request.
| |
Response |
HTTP response data.
| |
ResponseReceivedEventArgs |
Fired when HTTP response is available.
| |
ResponseReceivedExtraInfoEventArgs |
Fired when additional information about a responseReceived event is available from the network
stack. Not every responseReceived event will have an additional responseReceivedExtraInfo for
it, and responseReceivedExtraInfo may be fired before or after responseReceived.
| |
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.
| |
SignedExchangeReceivedEventArgs |
Fired when a signed exchange was received over the network
| |
SignedExchangeSignature |
Information about a signed exchange signature.
https://wicg.github.io/webpackage/draft-yasskin-httpbis-origin-signed-exchanges-impl.html#rfc.section.3.1
| |
SubresourceWebBundleInnerResponseErrorEventArgs |
Fired when request for resources within a .wbn file failed.
| |
SubresourceWebBundleInnerResponseParsedEventArgs |
Fired when handling requests for resources within a .wbn file.
Note: this will only be fired for resources that are requested by the webpage.
| |
SubresourceWebBundleMetadataErrorEventArgs |
Fired once when parsing the .wbn file has failed.
| |
SubresourceWebBundleMetadataReceivedEventArgs |
Fired once when parsing the .wbn file has succeeded.
The event contains the information about the web bundle contents.
| |
TakeResponseBodyForInterceptionAsStreamResponse |
TakeResponseBodyForInterceptionAsStreamResponse
| |
TrustTokenOperationDoneEventArgs |
Fired exactly once for each Trust Token operation. Depending on
the type of the operation and whether the operation succeeded or
failed, the event is fired before the corresponding request was sent
or after the response was received.
| |
TrustTokenParams |
Determines what type of Trust Token operation is executed and
depending on the type, some additional parameters. The values
are specified in third_party/blink/renderer/core/fetch/trust_token.idl.
| |
WebSocketClosedEventArgs |
Fired when WebSocket is closed.
| |
WebSocketCreatedEventArgs |
Fired upon WebSocket creation.
| |
WebSocketFrame |
WebSocket message data. This represents an entire WebSocket message, not just a fragmented frame as the name suggests.
| |
WebSocketFrameErrorEventArgs |
Fired when WebSocket message error occurs.
| |
WebSocketFrameReceivedEventArgs |
Fired when WebSocket message is received.
| |
WebSocketFrameSentEventArgs |
Fired when WebSocket message is sent.
| |
WebSocketHandshakeResponseReceivedEventArgs |
Fired when WebSocket handshake response becomes available.
| |
WebSocketRequest |
WebSocket request data.
| |
WebSocketResponse |
WebSocket response data.
| |
WebSocketWillSendHandshakeRequestEventArgs |
Fired when WebSocket is about to initiate handshake.
| |
WebTransportClosedEventArgs |
Fired when WebTransport is disposed.
| |
WebTransportConnectionEstablishedEventArgs |
Fired when WebTransport handshake is finished.
| |
WebTransportCreatedEventArgs |
Fired upon WebTransport creation.
|
Enumeration | Description | |
---|---|---|
AuthChallengeResponseResponse |
The decision on what to do in response to the authorization challenge. Default means
deferring to the default behavior of the net stack, which will likely either the Cancel
authentication or display a popup dialog box.
| |
AuthChallengeSource |
Source of the authentication challenge.
| |
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.
| |
ContentEncoding |
List of content encodings supported by the backend.
| |
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
| |
CookieSourceScheme |
Represents the source scheme of the origin that originally set the cookie.
A value of "Unset" allows protocol clients to emulate legacy cookie scope for the scheme.
This is a temporary ability and it will be removed in the future.
| |
CorsError |
The reason why request was blocked.
| |
CrossOriginEmbedderPolicyValue |
CrossOriginEmbedderPolicyValue
| |
CrossOriginOpenerPolicyValue |
CrossOriginOpenerPolicyValue
| |
ErrorReason |
Network level fetch failure reason.
| |
InitiatorType |
Type of this initiator.
| |
InterceptionStage |
Stages of the interception to begin intercepting. Request will intercept before the request is
sent. Response will intercept after the response is received.
| |
IPAddressSpace |
IPAddressSpace
| |
PrivateNetworkRequestPolicy |
PrivateNetworkRequestPolicy
| |
ReportStatus |
The status of a Reporting API report.
| |
RequestReferrerPolicy |
The referrer policy of the request, as defined in https://www.w3.org/TR/referrer-policy/
| |
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.
| |
TrustTokenOperationDoneStatus |
Detailed success or error status of the operation.
'AlreadyExists' also signifies a successful operation, as the result
of the operation already exists und thus, the operation was abort
preemptively (e.g. a cache hit).
| |
TrustTokenOperationType |
TrustTokenOperationType
| |
TrustTokenParamsRefreshPolicy |
Only set for "token-redemption" type and determine whether
to request a fresh SRR or use a still valid cached SRR.
|