Class NetworkAdapter
Represents an adapter for the Network domain to simplify the command interface.
public class NetworkAdapter- Inheritance
- 
      
      NetworkAdapter
- Inherited Members
Constructors
NetworkAdapter(IDevToolsSession)
Initializes a new instance of the NetworkAdapter class.
public NetworkAdapter(IDevToolsSession session)Parameters
- sessionIDevToolsSession
- The IDevToolsSession to be used with this adapter. 
Exceptions
- ArgumentNullException
- If - sessionis null.
Properties
Session
Gets the DevToolsSession associated with the adapter.
public IDevToolsSession Session { get; }Property Value
Methods
CanClearBrowserCache(CanClearBrowserCacheCommandSettings?, CancellationToken, int?, bool)
canClearBrowserCache
public Task<CanClearBrowserCacheCommandResponse> CanClearBrowserCache(CanClearBrowserCacheCommandSettings? command = null, CancellationToken cancellationToken = default, int? millisecondsTimeout = null, bool throwExceptionIfResponseNotReceived = true)Parameters
- commandCanClearBrowserCacheCommandSettings
- cancellationTokenCancellationToken
- millisecondsTimeoutint?
- throwExceptionIfResponseNotReceivedbool
Returns
CanClearBrowserCookies(CanClearBrowserCookiesCommandSettings?, CancellationToken, int?, bool)
canClearBrowserCookies
public Task<CanClearBrowserCookiesCommandResponse> CanClearBrowserCookies(CanClearBrowserCookiesCommandSettings? command = null, CancellationToken cancellationToken = default, int? millisecondsTimeout = null, bool throwExceptionIfResponseNotReceived = true)Parameters
- commandCanClearBrowserCookiesCommandSettings
- cancellationTokenCancellationToken
- millisecondsTimeoutint?
- throwExceptionIfResponseNotReceivedbool
Returns
CanEmulateNetworkConditions(CanEmulateNetworkConditionsCommandSettings?, CancellationToken, int?, bool)
canEmulateNetworkConditions
public Task<CanEmulateNetworkConditionsCommandResponse> CanEmulateNetworkConditions(CanEmulateNetworkConditionsCommandSettings? command = null, CancellationToken cancellationToken = default, int? millisecondsTimeout = null, bool throwExceptionIfResponseNotReceived = true)Parameters
- commandCanEmulateNetworkConditionsCommandSettings
- cancellationTokenCancellationToken
- millisecondsTimeoutint?
- throwExceptionIfResponseNotReceivedbool
Returns
ClearAcceptedEncodingsOverride(ClearAcceptedEncodingsOverrideCommandSettings?, CancellationToken, int?, bool)
clearAcceptedEncodingsOverride
public Task<ClearAcceptedEncodingsOverrideCommandResponse?> ClearAcceptedEncodingsOverride(ClearAcceptedEncodingsOverrideCommandSettings? command = null, CancellationToken cancellationToken = default, int? millisecondsTimeout = null, bool throwExceptionIfResponseNotReceived = true)Parameters
- commandClearAcceptedEncodingsOverrideCommandSettings
- cancellationTokenCancellationToken
- millisecondsTimeoutint?
- throwExceptionIfResponseNotReceivedbool
Returns
ClearBrowserCache(ClearBrowserCacheCommandSettings?, CancellationToken, int?, bool)
clearBrowserCache
public Task<ClearBrowserCacheCommandResponse?> ClearBrowserCache(ClearBrowserCacheCommandSettings? command = null, CancellationToken cancellationToken = default, int? millisecondsTimeout = null, bool throwExceptionIfResponseNotReceived = true)Parameters
- commandClearBrowserCacheCommandSettings
- cancellationTokenCancellationToken
- millisecondsTimeoutint?
- throwExceptionIfResponseNotReceivedbool
Returns
ClearBrowserCookies(ClearBrowserCookiesCommandSettings?, CancellationToken, int?, bool)
clearBrowserCookies
public Task<ClearBrowserCookiesCommandResponse?> ClearBrowserCookies(ClearBrowserCookiesCommandSettings? command = null, CancellationToken cancellationToken = default, int? millisecondsTimeout = null, bool throwExceptionIfResponseNotReceived = true)Parameters
- commandClearBrowserCookiesCommandSettings
- cancellationTokenCancellationToken
- millisecondsTimeoutint?
- throwExceptionIfResponseNotReceivedbool
Returns
ContinueInterceptedRequest(ContinueInterceptedRequestCommandSettings, CancellationToken, int?, bool)
continueInterceptedRequest
public Task<ContinueInterceptedRequestCommandResponse?> ContinueInterceptedRequest(ContinueInterceptedRequestCommandSettings command, CancellationToken cancellationToken = default, int? millisecondsTimeout = null, bool throwExceptionIfResponseNotReceived = true)Parameters
- commandContinueInterceptedRequestCommandSettings
- cancellationTokenCancellationToken
- millisecondsTimeoutint?
- throwExceptionIfResponseNotReceivedbool
Returns
DeleteCookies(DeleteCookiesCommandSettings, CancellationToken, int?, bool)
deleteCookies
public Task<DeleteCookiesCommandResponse?> DeleteCookies(DeleteCookiesCommandSettings command, CancellationToken cancellationToken = default, int? millisecondsTimeout = null, bool throwExceptionIfResponseNotReceived = true)Parameters
- commandDeleteCookiesCommandSettings
- cancellationTokenCancellationToken
- millisecondsTimeoutint?
- throwExceptionIfResponseNotReceivedbool
Returns
Disable(DisableCommandSettings?, CancellationToken, int?, bool)
disable
public Task<DisableCommandResponse?> Disable(DisableCommandSettings? command = null, CancellationToken cancellationToken = default, int? millisecondsTimeout = null, bool throwExceptionIfResponseNotReceived = true)Parameters
- commandDisableCommandSettings
- cancellationTokenCancellationToken
- millisecondsTimeoutint?
- throwExceptionIfResponseNotReceivedbool
Returns
EmulateNetworkConditions(EmulateNetworkConditionsCommandSettings, CancellationToken, int?, bool)
emulateNetworkConditions
public Task<EmulateNetworkConditionsCommandResponse?> EmulateNetworkConditions(EmulateNetworkConditionsCommandSettings command, CancellationToken cancellationToken = default, int? millisecondsTimeout = null, bool throwExceptionIfResponseNotReceived = true)Parameters
- commandEmulateNetworkConditionsCommandSettings
- cancellationTokenCancellationToken
- millisecondsTimeoutint?
- throwExceptionIfResponseNotReceivedbool
Returns
Enable(EnableCommandSettings, CancellationToken, int?, bool)
enable
public Task<EnableCommandResponse?> Enable(EnableCommandSettings command, CancellationToken cancellationToken = default, int? millisecondsTimeout = null, bool throwExceptionIfResponseNotReceived = true)Parameters
- commandEnableCommandSettings
- cancellationTokenCancellationToken
- millisecondsTimeoutint?
- throwExceptionIfResponseNotReceivedbool
Returns
EnableReportingApi(EnableReportingApiCommandSettings, CancellationToken, int?, bool)
enableReportingApi
public Task<EnableReportingApiCommandResponse?> EnableReportingApi(EnableReportingApiCommandSettings command, CancellationToken cancellationToken = default, int? millisecondsTimeout = null, bool throwExceptionIfResponseNotReceived = true)Parameters
- commandEnableReportingApiCommandSettings
- cancellationTokenCancellationToken
- millisecondsTimeoutint?
- throwExceptionIfResponseNotReceivedbool
Returns
GetAllCookies(GetAllCookiesCommandSettings?, CancellationToken, int?, bool)
getAllCookies
public Task<GetAllCookiesCommandResponse> GetAllCookies(GetAllCookiesCommandSettings? command = null, CancellationToken cancellationToken = default, int? millisecondsTimeout = null, bool throwExceptionIfResponseNotReceived = true)Parameters
- commandGetAllCookiesCommandSettings
- cancellationTokenCancellationToken
- millisecondsTimeoutint?
- throwExceptionIfResponseNotReceivedbool
Returns
GetCertificate(GetCertificateCommandSettings, CancellationToken, int?, bool)
getCertificate
public Task<GetCertificateCommandResponse> GetCertificate(GetCertificateCommandSettings command, CancellationToken cancellationToken = default, int? millisecondsTimeout = null, bool throwExceptionIfResponseNotReceived = true)Parameters
- commandGetCertificateCommandSettings
- cancellationTokenCancellationToken
- millisecondsTimeoutint?
- throwExceptionIfResponseNotReceivedbool
Returns
GetCookies(GetCookiesCommandSettings, CancellationToken, int?, bool)
getCookies
public Task<GetCookiesCommandResponse> GetCookies(GetCookiesCommandSettings command, CancellationToken cancellationToken = default, int? millisecondsTimeout = null, bool throwExceptionIfResponseNotReceived = true)Parameters
- commandGetCookiesCommandSettings
- cancellationTokenCancellationToken
- millisecondsTimeoutint?
- throwExceptionIfResponseNotReceivedbool
Returns
GetIPProtectionProxyStatus(GetIPProtectionProxyStatusCommandSettings?, CancellationToken, int?, bool)
getIPProtectionProxyStatus
public Task<GetIPProtectionProxyStatusCommandResponse> GetIPProtectionProxyStatus(GetIPProtectionProxyStatusCommandSettings? command = null, CancellationToken cancellationToken = default, int? millisecondsTimeout = null, bool throwExceptionIfResponseNotReceived = true)Parameters
- commandGetIPProtectionProxyStatusCommandSettings
- cancellationTokenCancellationToken
- millisecondsTimeoutint?
- throwExceptionIfResponseNotReceivedbool
Returns
GetRequestPostData(GetRequestPostDataCommandSettings, CancellationToken, int?, bool)
getRequestPostData
public Task<GetRequestPostDataCommandResponse> GetRequestPostData(GetRequestPostDataCommandSettings command, CancellationToken cancellationToken = default, int? millisecondsTimeout = null, bool throwExceptionIfResponseNotReceived = true)Parameters
- commandGetRequestPostDataCommandSettings
- cancellationTokenCancellationToken
- millisecondsTimeoutint?
- throwExceptionIfResponseNotReceivedbool
Returns
GetResponseBody(GetResponseBodyCommandSettings, CancellationToken, int?, bool)
getResponseBody
public Task<GetResponseBodyCommandResponse> GetResponseBody(GetResponseBodyCommandSettings command, CancellationToken cancellationToken = default, int? millisecondsTimeout = null, bool throwExceptionIfResponseNotReceived = true)Parameters
- commandGetResponseBodyCommandSettings
- cancellationTokenCancellationToken
- millisecondsTimeoutint?
- throwExceptionIfResponseNotReceivedbool
Returns
GetResponseBodyForInterception(GetResponseBodyForInterceptionCommandSettings, CancellationToken, int?, bool)
getResponseBodyForInterception
public Task<GetResponseBodyForInterceptionCommandResponse> GetResponseBodyForInterception(GetResponseBodyForInterceptionCommandSettings command, CancellationToken cancellationToken = default, int? millisecondsTimeout = null, bool throwExceptionIfResponseNotReceived = true)Parameters
- commandGetResponseBodyForInterceptionCommandSettings
- cancellationTokenCancellationToken
- millisecondsTimeoutint?
- throwExceptionIfResponseNotReceivedbool
Returns
GetSecurityIsolationStatus(GetSecurityIsolationStatusCommandSettings, CancellationToken, int?, bool)
getSecurityIsolationStatus
public Task<GetSecurityIsolationStatusCommandResponse> GetSecurityIsolationStatus(GetSecurityIsolationStatusCommandSettings command, CancellationToken cancellationToken = default, int? millisecondsTimeout = null, bool throwExceptionIfResponseNotReceived = true)Parameters
- commandGetSecurityIsolationStatusCommandSettings
- cancellationTokenCancellationToken
- millisecondsTimeoutint?
- throwExceptionIfResponseNotReceivedbool
Returns
LoadNetworkResource(LoadNetworkResourceCommandSettings, CancellationToken, int?, bool)
loadNetworkResource
public Task<LoadNetworkResourceCommandResponse> LoadNetworkResource(LoadNetworkResourceCommandSettings command, CancellationToken cancellationToken = default, int? millisecondsTimeout = null, bool throwExceptionIfResponseNotReceived = true)Parameters
- commandLoadNetworkResourceCommandSettings
- cancellationTokenCancellationToken
- millisecondsTimeoutint?
- throwExceptionIfResponseNotReceivedbool
Returns
ReplayXHR(ReplayXHRCommandSettings, CancellationToken, int?, bool)
replayXHR
public Task<ReplayXHRCommandResponse?> ReplayXHR(ReplayXHRCommandSettings command, CancellationToken cancellationToken = default, int? millisecondsTimeout = null, bool throwExceptionIfResponseNotReceived = true)Parameters
- commandReplayXHRCommandSettings
- cancellationTokenCancellationToken
- millisecondsTimeoutint?
- throwExceptionIfResponseNotReceivedbool
Returns
SearchInResponseBody(SearchInResponseBodyCommandSettings, CancellationToken, int?, bool)
searchInResponseBody
public Task<SearchInResponseBodyCommandResponse> SearchInResponseBody(SearchInResponseBodyCommandSettings command, CancellationToken cancellationToken = default, int? millisecondsTimeout = null, bool throwExceptionIfResponseNotReceived = true)Parameters
- commandSearchInResponseBodyCommandSettings
- cancellationTokenCancellationToken
- millisecondsTimeoutint?
- throwExceptionIfResponseNotReceivedbool
Returns
SetAcceptedEncodings(SetAcceptedEncodingsCommandSettings, CancellationToken, int?, bool)
setAcceptedEncodings
public Task<SetAcceptedEncodingsCommandResponse?> SetAcceptedEncodings(SetAcceptedEncodingsCommandSettings command, CancellationToken cancellationToken = default, int? millisecondsTimeout = null, bool throwExceptionIfResponseNotReceived = true)Parameters
- commandSetAcceptedEncodingsCommandSettings
- cancellationTokenCancellationToken
- millisecondsTimeoutint?
- throwExceptionIfResponseNotReceivedbool
Returns
SetAttachDebugStack(SetAttachDebugStackCommandSettings, CancellationToken, int?, bool)
setAttachDebugStack
public Task<SetAttachDebugStackCommandResponse?> SetAttachDebugStack(SetAttachDebugStackCommandSettings command, CancellationToken cancellationToken = default, int? millisecondsTimeout = null, bool throwExceptionIfResponseNotReceived = true)Parameters
- commandSetAttachDebugStackCommandSettings
- cancellationTokenCancellationToken
- millisecondsTimeoutint?
- throwExceptionIfResponseNotReceivedbool
Returns
SetBlockedURLs(SetBlockedURLsCommandSettings, CancellationToken, int?, bool)
setBlockedURLs
public Task<SetBlockedURLsCommandResponse?> SetBlockedURLs(SetBlockedURLsCommandSettings command, CancellationToken cancellationToken = default, int? millisecondsTimeout = null, bool throwExceptionIfResponseNotReceived = true)Parameters
- commandSetBlockedURLsCommandSettings
- cancellationTokenCancellationToken
- millisecondsTimeoutint?
- throwExceptionIfResponseNotReceivedbool
Returns
SetBypassServiceWorker(SetBypassServiceWorkerCommandSettings, CancellationToken, int?, bool)
setBypassServiceWorker
public Task<SetBypassServiceWorkerCommandResponse?> SetBypassServiceWorker(SetBypassServiceWorkerCommandSettings command, CancellationToken cancellationToken = default, int? millisecondsTimeout = null, bool throwExceptionIfResponseNotReceived = true)Parameters
- commandSetBypassServiceWorkerCommandSettings
- cancellationTokenCancellationToken
- millisecondsTimeoutint?
- throwExceptionIfResponseNotReceivedbool
Returns
SetCacheDisabled(SetCacheDisabledCommandSettings, CancellationToken, int?, bool)
setCacheDisabled
public Task<SetCacheDisabledCommandResponse?> SetCacheDisabled(SetCacheDisabledCommandSettings command, CancellationToken cancellationToken = default, int? millisecondsTimeout = null, bool throwExceptionIfResponseNotReceived = true)Parameters
- commandSetCacheDisabledCommandSettings
- cancellationTokenCancellationToken
- millisecondsTimeoutint?
- throwExceptionIfResponseNotReceivedbool
Returns
SetCookie(SetCookieCommandSettings, CancellationToken, int?, bool)
setCookie
public Task<SetCookieCommandResponse> SetCookie(SetCookieCommandSettings command, CancellationToken cancellationToken = default, int? millisecondsTimeout = null, bool throwExceptionIfResponseNotReceived = true)Parameters
- commandSetCookieCommandSettings
- cancellationTokenCancellationToken
- millisecondsTimeoutint?
- throwExceptionIfResponseNotReceivedbool
Returns
SetCookieControls(SetCookieControlsCommandSettings, CancellationToken, int?, bool)
setCookieControls
public Task<SetCookieControlsCommandResponse?> SetCookieControls(SetCookieControlsCommandSettings command, CancellationToken cancellationToken = default, int? millisecondsTimeout = null, bool throwExceptionIfResponseNotReceived = true)Parameters
- commandSetCookieControlsCommandSettings
- cancellationTokenCancellationToken
- millisecondsTimeoutint?
- throwExceptionIfResponseNotReceivedbool
Returns
SetCookies(SetCookiesCommandSettings, CancellationToken, int?, bool)
setCookies
public Task<SetCookiesCommandResponse?> SetCookies(SetCookiesCommandSettings command, CancellationToken cancellationToken = default, int? millisecondsTimeout = null, bool throwExceptionIfResponseNotReceived = true)Parameters
- commandSetCookiesCommandSettings
- cancellationTokenCancellationToken
- millisecondsTimeoutint?
- throwExceptionIfResponseNotReceivedbool
Returns
SetExtraHTTPHeaders(SetExtraHTTPHeadersCommandSettings, CancellationToken, int?, bool)
setExtraHTTPHeaders
public Task<SetExtraHTTPHeadersCommandResponse?> SetExtraHTTPHeaders(SetExtraHTTPHeadersCommandSettings command, CancellationToken cancellationToken = default, int? millisecondsTimeout = null, bool throwExceptionIfResponseNotReceived = true)Parameters
- commandSetExtraHTTPHeadersCommandSettings
- cancellationTokenCancellationToken
- millisecondsTimeoutint?
- throwExceptionIfResponseNotReceivedbool
Returns
SetRequestInterception(SetRequestInterceptionCommandSettings, CancellationToken, int?, bool)
setRequestInterception
public Task<SetRequestInterceptionCommandResponse?> SetRequestInterception(SetRequestInterceptionCommandSettings command, CancellationToken cancellationToken = default, int? millisecondsTimeout = null, bool throwExceptionIfResponseNotReceived = true)Parameters
- commandSetRequestInterceptionCommandSettings
- cancellationTokenCancellationToken
- millisecondsTimeoutint?
- throwExceptionIfResponseNotReceivedbool
Returns
SetUserAgentOverride(SetUserAgentOverrideCommandSettings, CancellationToken, int?, bool)
setUserAgentOverride
public Task<SetUserAgentOverrideCommandResponse?> SetUserAgentOverride(SetUserAgentOverrideCommandSettings command, CancellationToken cancellationToken = default, int? millisecondsTimeout = null, bool throwExceptionIfResponseNotReceived = true)Parameters
- commandSetUserAgentOverrideCommandSettings
- cancellationTokenCancellationToken
- millisecondsTimeoutint?
- throwExceptionIfResponseNotReceivedbool
Returns
StreamResourceContent(StreamResourceContentCommandSettings, CancellationToken, int?, bool)
streamResourceContent
public Task<StreamResourceContentCommandResponse> StreamResourceContent(StreamResourceContentCommandSettings command, CancellationToken cancellationToken = default, int? millisecondsTimeout = null, bool throwExceptionIfResponseNotReceived = true)Parameters
- commandStreamResourceContentCommandSettings
- cancellationTokenCancellationToken
- millisecondsTimeoutint?
- throwExceptionIfResponseNotReceivedbool
Returns
TakeResponseBodyForInterceptionAsStream(TakeResponseBodyForInterceptionAsStreamCommandSettings, CancellationToken, int?, bool)
takeResponseBodyForInterceptionAsStream
public Task<TakeResponseBodyForInterceptionAsStreamCommandResponse> TakeResponseBodyForInterceptionAsStream(TakeResponseBodyForInterceptionAsStreamCommandSettings command, CancellationToken cancellationToken = default, int? millisecondsTimeout = null, bool throwExceptionIfResponseNotReceived = true)Parameters
- commandTakeResponseBodyForInterceptionAsStreamCommandSettings
- cancellationTokenCancellationToken
- millisecondsTimeoutint?
- throwExceptionIfResponseNotReceivedbool
Returns
Events
DataReceived
dataReceived
public event EventHandler<DataReceivedEventArgs>? DataReceivedEvent Type
DirectTCPSocketAborted
directTCPSocketAborted
public event EventHandler<DirectTCPSocketAbortedEventArgs>? DirectTCPSocketAbortedEvent Type
DirectTCPSocketChunkReceived
directTCPSocketChunkReceived
public event EventHandler<DirectTCPSocketChunkReceivedEventArgs>? DirectTCPSocketChunkReceivedEvent Type
DirectTCPSocketChunkSent
directTCPSocketChunkSent
public event EventHandler<DirectTCPSocketChunkSentEventArgs>? DirectTCPSocketChunkSentEvent Type
DirectTCPSocketClosed
directTCPSocketClosed
public event EventHandler<DirectTCPSocketClosedEventArgs>? DirectTCPSocketClosedEvent Type
DirectTCPSocketCreated
directTCPSocketCreated
public event EventHandler<DirectTCPSocketCreatedEventArgs>? DirectTCPSocketCreatedEvent Type
DirectTCPSocketOpened
directTCPSocketOpened
public event EventHandler<DirectTCPSocketOpenedEventArgs>? DirectTCPSocketOpenedEvent Type
DirectUDPSocketAborted
directUDPSocketAborted
public event EventHandler<DirectUDPSocketAbortedEventArgs>? DirectUDPSocketAbortedEvent Type
DirectUDPSocketChunkReceived
directUDPSocketChunkReceived
public event EventHandler<DirectUDPSocketChunkReceivedEventArgs>? DirectUDPSocketChunkReceivedEvent Type
DirectUDPSocketChunkSent
directUDPSocketChunkSent
public event EventHandler<DirectUDPSocketChunkSentEventArgs>? DirectUDPSocketChunkSentEvent Type
DirectUDPSocketClosed
directUDPSocketClosed
public event EventHandler<DirectUDPSocketClosedEventArgs>? DirectUDPSocketClosedEvent Type
DirectUDPSocketCreated
directUDPSocketCreated
public event EventHandler<DirectUDPSocketCreatedEventArgs>? DirectUDPSocketCreatedEvent Type
DirectUDPSocketOpened
directUDPSocketOpened
public event EventHandler<DirectUDPSocketOpenedEventArgs>? DirectUDPSocketOpenedEvent Type
EventSourceMessageReceived
eventSourceMessageReceived
public event EventHandler<EventSourceMessageReceivedEventArgs>? EventSourceMessageReceivedEvent Type
LoadingFailed
loadingFailed
public event EventHandler<LoadingFailedEventArgs>? LoadingFailedEvent Type
LoadingFinished
loadingFinished
public event EventHandler<LoadingFinishedEventArgs>? LoadingFinishedEvent Type
PolicyUpdated
policyUpdated
public event EventHandler<PolicyUpdatedEventArgs>? PolicyUpdatedEvent Type
ReportingApiEndpointsChangedForOrigin
reportingApiEndpointsChangedForOrigin
public event EventHandler<ReportingApiEndpointsChangedForOriginEventArgs>? ReportingApiEndpointsChangedForOriginEvent Type
ReportingApiReportAdded
reportingApiReportAdded
public event EventHandler<ReportingApiReportAddedEventArgs>? ReportingApiReportAddedEvent Type
ReportingApiReportUpdated
reportingApiReportUpdated
public event EventHandler<ReportingApiReportUpdatedEventArgs>? ReportingApiReportUpdatedEvent Type
RequestIntercepted
requestIntercepted
public event EventHandler<RequestInterceptedEventArgs>? RequestInterceptedEvent Type
RequestServedFromCache
requestServedFromCache
public event EventHandler<RequestServedFromCacheEventArgs>? RequestServedFromCacheEvent Type
RequestWillBeSent
requestWillBeSent
public event EventHandler<RequestWillBeSentEventArgs>? RequestWillBeSentEvent Type
RequestWillBeSentExtraInfo
requestWillBeSentExtraInfo
public event EventHandler<RequestWillBeSentExtraInfoEventArgs>? RequestWillBeSentExtraInfoEvent Type
ResourceChangedPriority
resourceChangedPriority
public event EventHandler<ResourceChangedPriorityEventArgs>? ResourceChangedPriorityEvent Type
ResponseReceived
responseReceived
public event EventHandler<ResponseReceivedEventArgs>? ResponseReceivedEvent Type
ResponseReceivedEarlyHints
responseReceivedEarlyHints
public event EventHandler<ResponseReceivedEarlyHintsEventArgs>? ResponseReceivedEarlyHintsEvent Type
ResponseReceivedExtraInfo
responseReceivedExtraInfo
public event EventHandler<ResponseReceivedExtraInfoEventArgs>? ResponseReceivedExtraInfoEvent Type
SignedExchangeReceived
signedExchangeReceived
public event EventHandler<SignedExchangeReceivedEventArgs>? SignedExchangeReceivedEvent Type
SubresourceWebBundleInnerResponseError
subresourceWebBundleInnerResponseError
public event EventHandler<SubresourceWebBundleInnerResponseErrorEventArgs>? SubresourceWebBundleInnerResponseErrorEvent Type
SubresourceWebBundleInnerResponseParsed
subresourceWebBundleInnerResponseParsed
public event EventHandler<SubresourceWebBundleInnerResponseParsedEventArgs>? SubresourceWebBundleInnerResponseParsedEvent Type
SubresourceWebBundleMetadataError
subresourceWebBundleMetadataError
public event EventHandler<SubresourceWebBundleMetadataErrorEventArgs>? SubresourceWebBundleMetadataErrorEvent Type
SubresourceWebBundleMetadataReceived
subresourceWebBundleMetadataReceived
public event EventHandler<SubresourceWebBundleMetadataReceivedEventArgs>? SubresourceWebBundleMetadataReceivedEvent Type
TrustTokenOperationDone
trustTokenOperationDone
public event EventHandler<TrustTokenOperationDoneEventArgs>? TrustTokenOperationDoneEvent Type
WebSocketClosed
webSocketClosed
public event EventHandler<WebSocketClosedEventArgs>? WebSocketClosedEvent Type
WebSocketCreated
webSocketCreated
public event EventHandler<WebSocketCreatedEventArgs>? WebSocketCreatedEvent Type
WebSocketFrameError
webSocketFrameError
public event EventHandler<WebSocketFrameErrorEventArgs>? WebSocketFrameErrorEvent Type
WebSocketFrameReceived
webSocketFrameReceived
public event EventHandler<WebSocketFrameReceivedEventArgs>? WebSocketFrameReceivedEvent Type
WebSocketFrameSent
webSocketFrameSent
public event EventHandler<WebSocketFrameSentEventArgs>? WebSocketFrameSentEvent Type
WebSocketHandshakeResponseReceived
webSocketHandshakeResponseReceived
public event EventHandler<WebSocketHandshakeResponseReceivedEventArgs>? WebSocketHandshakeResponseReceivedEvent Type
WebSocketWillSendHandshakeRequest
webSocketWillSendHandshakeRequest
public event EventHandler<WebSocketWillSendHandshakeRequestEventArgs>? WebSocketWillSendHandshakeRequestEvent Type
WebTransportClosed
webTransportClosed
public event EventHandler<WebTransportClosedEventArgs>? WebTransportClosedEvent Type
WebTransportConnectionEstablished
webTransportConnectionEstablished
public event EventHandler<WebTransportConnectionEstablishedEventArgs>? WebTransportConnectionEstablishedEvent Type
WebTransportCreated
webTransportCreated
public event EventHandler<WebTransportCreatedEventArgs>? WebTransportCreated