Table of Contents

Class StorageAdapter

Namespace
OpenQA.Selenium.DevTools.V132.Storage
Assembly
WebDriver.dll

Represents an adapter for the Storage domain to simplify the command interface.

public class StorageAdapter
Inheritance
StorageAdapter
Inherited Members

Constructors

StorageAdapter(IDevToolsSession)

Initializes a new instance of the StorageAdapter class.

public StorageAdapter(IDevToolsSession session)

Parameters

session IDevToolsSession

The IDevToolsSession to be used with this adapter.

Properties

Session

Gets the DevToolsSession associated with the adapter.

public IDevToolsSession Session { get; }

Property Value

IDevToolsSession

Methods

ClearCookies(ClearCookiesCommandSettings, CancellationToken, int?, bool)

clearCookies

public Task<ClearCookiesCommandResponse> ClearCookies(ClearCookiesCommandSettings command, CancellationToken cancellationToken = default, int? millisecondsTimeout = null, bool throwExceptionIfResponseNotReceived = true)

Parameters

command ClearCookiesCommandSettings
cancellationToken CancellationToken
millisecondsTimeout int?
throwExceptionIfResponseNotReceived bool

Returns

Task<ClearCookiesCommandResponse>

ClearDataForOrigin(ClearDataForOriginCommandSettings, CancellationToken, int?, bool)

clearDataForOrigin

public Task<ClearDataForOriginCommandResponse> ClearDataForOrigin(ClearDataForOriginCommandSettings command, CancellationToken cancellationToken = default, int? millisecondsTimeout = null, bool throwExceptionIfResponseNotReceived = true)

Parameters

command ClearDataForOriginCommandSettings
cancellationToken CancellationToken
millisecondsTimeout int?
throwExceptionIfResponseNotReceived bool

Returns

Task<ClearDataForOriginCommandResponse>

ClearDataForStorageKey(ClearDataForStorageKeyCommandSettings, CancellationToken, int?, bool)

clearDataForStorageKey

public Task<ClearDataForStorageKeyCommandResponse> ClearDataForStorageKey(ClearDataForStorageKeyCommandSettings command, CancellationToken cancellationToken = default, int? millisecondsTimeout = null, bool throwExceptionIfResponseNotReceived = true)

Parameters

command ClearDataForStorageKeyCommandSettings
cancellationToken CancellationToken
millisecondsTimeout int?
throwExceptionIfResponseNotReceived bool

Returns

Task<ClearDataForStorageKeyCommandResponse>

ClearSharedStorageEntries(ClearSharedStorageEntriesCommandSettings, CancellationToken, int?, bool)

clearSharedStorageEntries

public Task<ClearSharedStorageEntriesCommandResponse> ClearSharedStorageEntries(ClearSharedStorageEntriesCommandSettings command, CancellationToken cancellationToken = default, int? millisecondsTimeout = null, bool throwExceptionIfResponseNotReceived = true)

Parameters

command ClearSharedStorageEntriesCommandSettings
cancellationToken CancellationToken
millisecondsTimeout int?
throwExceptionIfResponseNotReceived bool

Returns

Task<ClearSharedStorageEntriesCommandResponse>

ClearTrustTokens(ClearTrustTokensCommandSettings, CancellationToken, int?, bool)

clearTrustTokens

public Task<ClearTrustTokensCommandResponse> ClearTrustTokens(ClearTrustTokensCommandSettings command, CancellationToken cancellationToken = default, int? millisecondsTimeout = null, bool throwExceptionIfResponseNotReceived = true)

Parameters

command ClearTrustTokensCommandSettings
cancellationToken CancellationToken
millisecondsTimeout int?
throwExceptionIfResponseNotReceived bool

Returns

Task<ClearTrustTokensCommandResponse>

DeleteSharedStorageEntry(DeleteSharedStorageEntryCommandSettings, CancellationToken, int?, bool)

deleteSharedStorageEntry

public Task<DeleteSharedStorageEntryCommandResponse> DeleteSharedStorageEntry(DeleteSharedStorageEntryCommandSettings command, CancellationToken cancellationToken = default, int? millisecondsTimeout = null, bool throwExceptionIfResponseNotReceived = true)

Parameters

command DeleteSharedStorageEntryCommandSettings
cancellationToken CancellationToken
millisecondsTimeout int?
throwExceptionIfResponseNotReceived bool

Returns

Task<DeleteSharedStorageEntryCommandResponse>

DeleteStorageBucket(DeleteStorageBucketCommandSettings, CancellationToken, int?, bool)

deleteStorageBucket

public Task<DeleteStorageBucketCommandResponse> DeleteStorageBucket(DeleteStorageBucketCommandSettings command, CancellationToken cancellationToken = default, int? millisecondsTimeout = null, bool throwExceptionIfResponseNotReceived = true)

Parameters

command DeleteStorageBucketCommandSettings
cancellationToken CancellationToken
millisecondsTimeout int?
throwExceptionIfResponseNotReceived bool

Returns

Task<DeleteStorageBucketCommandResponse>

GetCookies(GetCookiesCommandSettings, CancellationToken, int?, bool)

getCookies

public Task<GetCookiesCommandResponse> GetCookies(GetCookiesCommandSettings command, CancellationToken cancellationToken = default, int? millisecondsTimeout = null, bool throwExceptionIfResponseNotReceived = true)

Parameters

command GetCookiesCommandSettings
cancellationToken CancellationToken
millisecondsTimeout int?
throwExceptionIfResponseNotReceived bool

Returns

Task<GetCookiesCommandResponse>

GetInterestGroupDetails(GetInterestGroupDetailsCommandSettings, CancellationToken, int?, bool)

getInterestGroupDetails

public Task<GetInterestGroupDetailsCommandResponse> GetInterestGroupDetails(GetInterestGroupDetailsCommandSettings command, CancellationToken cancellationToken = default, int? millisecondsTimeout = null, bool throwExceptionIfResponseNotReceived = true)

Parameters

command GetInterestGroupDetailsCommandSettings
cancellationToken CancellationToken
millisecondsTimeout int?
throwExceptionIfResponseNotReceived bool

Returns

Task<GetInterestGroupDetailsCommandResponse>

GetRelatedWebsiteSets(GetRelatedWebsiteSetsCommandSettings, CancellationToken, int?, bool)

getRelatedWebsiteSets

public Task<GetRelatedWebsiteSetsCommandResponse> GetRelatedWebsiteSets(GetRelatedWebsiteSetsCommandSettings command = null, CancellationToken cancellationToken = default, int? millisecondsTimeout = null, bool throwExceptionIfResponseNotReceived = true)

Parameters

command GetRelatedWebsiteSetsCommandSettings
cancellationToken CancellationToken
millisecondsTimeout int?
throwExceptionIfResponseNotReceived bool

Returns

Task<GetRelatedWebsiteSetsCommandResponse>

GetSharedStorageEntries(GetSharedStorageEntriesCommandSettings, CancellationToken, int?, bool)

getSharedStorageEntries

public Task<GetSharedStorageEntriesCommandResponse> GetSharedStorageEntries(GetSharedStorageEntriesCommandSettings command, CancellationToken cancellationToken = default, int? millisecondsTimeout = null, bool throwExceptionIfResponseNotReceived = true)

Parameters

command GetSharedStorageEntriesCommandSettings
cancellationToken CancellationToken
millisecondsTimeout int?
throwExceptionIfResponseNotReceived bool

Returns

Task<GetSharedStorageEntriesCommandResponse>

GetSharedStorageMetadata(GetSharedStorageMetadataCommandSettings, CancellationToken, int?, bool)

getSharedStorageMetadata

public Task<GetSharedStorageMetadataCommandResponse> GetSharedStorageMetadata(GetSharedStorageMetadataCommandSettings command, CancellationToken cancellationToken = default, int? millisecondsTimeout = null, bool throwExceptionIfResponseNotReceived = true)

Parameters

command GetSharedStorageMetadataCommandSettings
cancellationToken CancellationToken
millisecondsTimeout int?
throwExceptionIfResponseNotReceived bool

Returns

Task<GetSharedStorageMetadataCommandResponse>

GetStorageKeyForFrame(GetStorageKeyForFrameCommandSettings, CancellationToken, int?, bool)

getStorageKeyForFrame

public Task<GetStorageKeyForFrameCommandResponse> GetStorageKeyForFrame(GetStorageKeyForFrameCommandSettings command, CancellationToken cancellationToken = default, int? millisecondsTimeout = null, bool throwExceptionIfResponseNotReceived = true)

Parameters

command GetStorageKeyForFrameCommandSettings
cancellationToken CancellationToken
millisecondsTimeout int?
throwExceptionIfResponseNotReceived bool

Returns

Task<GetStorageKeyForFrameCommandResponse>

GetTrustTokens(GetTrustTokensCommandSettings, CancellationToken, int?, bool)

getTrustTokens

public Task<GetTrustTokensCommandResponse> GetTrustTokens(GetTrustTokensCommandSettings command = null, CancellationToken cancellationToken = default, int? millisecondsTimeout = null, bool throwExceptionIfResponseNotReceived = true)

Parameters

command GetTrustTokensCommandSettings
cancellationToken CancellationToken
millisecondsTimeout int?
throwExceptionIfResponseNotReceived bool

Returns

Task<GetTrustTokensCommandResponse>

GetUsageAndQuota(GetUsageAndQuotaCommandSettings, CancellationToken, int?, bool)

getUsageAndQuota

public Task<GetUsageAndQuotaCommandResponse> GetUsageAndQuota(GetUsageAndQuotaCommandSettings command, CancellationToken cancellationToken = default, int? millisecondsTimeout = null, bool throwExceptionIfResponseNotReceived = true)

Parameters

command GetUsageAndQuotaCommandSettings
cancellationToken CancellationToken
millisecondsTimeout int?
throwExceptionIfResponseNotReceived bool

Returns

Task<GetUsageAndQuotaCommandResponse>

OverrideQuotaForOrigin(OverrideQuotaForOriginCommandSettings, CancellationToken, int?, bool)

overrideQuotaForOrigin

public Task<OverrideQuotaForOriginCommandResponse> OverrideQuotaForOrigin(OverrideQuotaForOriginCommandSettings command, CancellationToken cancellationToken = default, int? millisecondsTimeout = null, bool throwExceptionIfResponseNotReceived = true)

Parameters

command OverrideQuotaForOriginCommandSettings
cancellationToken CancellationToken
millisecondsTimeout int?
throwExceptionIfResponseNotReceived bool

Returns

Task<OverrideQuotaForOriginCommandResponse>

ResetSharedStorageBudget(ResetSharedStorageBudgetCommandSettings, CancellationToken, int?, bool)

resetSharedStorageBudget

public Task<ResetSharedStorageBudgetCommandResponse> ResetSharedStorageBudget(ResetSharedStorageBudgetCommandSettings command, CancellationToken cancellationToken = default, int? millisecondsTimeout = null, bool throwExceptionIfResponseNotReceived = true)

Parameters

command ResetSharedStorageBudgetCommandSettings
cancellationToken CancellationToken
millisecondsTimeout int?
throwExceptionIfResponseNotReceived bool

Returns

Task<ResetSharedStorageBudgetCommandResponse>

RunBounceTrackingMitigations(RunBounceTrackingMitigationsCommandSettings, CancellationToken, int?, bool)

runBounceTrackingMitigations

public Task<RunBounceTrackingMitigationsCommandResponse> RunBounceTrackingMitigations(RunBounceTrackingMitigationsCommandSettings command = null, CancellationToken cancellationToken = default, int? millisecondsTimeout = null, bool throwExceptionIfResponseNotReceived = true)

Parameters

command RunBounceTrackingMitigationsCommandSettings
cancellationToken CancellationToken
millisecondsTimeout int?
throwExceptionIfResponseNotReceived bool

Returns

Task<RunBounceTrackingMitigationsCommandResponse>

SendPendingAttributionReports(SendPendingAttributionReportsCommandSettings, CancellationToken, int?, bool)

sendPendingAttributionReports

public Task<SendPendingAttributionReportsCommandResponse> SendPendingAttributionReports(SendPendingAttributionReportsCommandSettings command = null, CancellationToken cancellationToken = default, int? millisecondsTimeout = null, bool throwExceptionIfResponseNotReceived = true)

Parameters

command SendPendingAttributionReportsCommandSettings
cancellationToken CancellationToken
millisecondsTimeout int?
throwExceptionIfResponseNotReceived bool

Returns

Task<SendPendingAttributionReportsCommandResponse>

SetAttributionReportingLocalTestingMode(SetAttributionReportingLocalTestingModeCommandSettings, CancellationToken, int?, bool)

setAttributionReportingLocalTestingMode

public Task<SetAttributionReportingLocalTestingModeCommandResponse> SetAttributionReportingLocalTestingMode(SetAttributionReportingLocalTestingModeCommandSettings command, CancellationToken cancellationToken = default, int? millisecondsTimeout = null, bool throwExceptionIfResponseNotReceived = true)

Parameters

command SetAttributionReportingLocalTestingModeCommandSettings
cancellationToken CancellationToken
millisecondsTimeout int?
throwExceptionIfResponseNotReceived bool

Returns

Task<SetAttributionReportingLocalTestingModeCommandResponse>

SetAttributionReportingTracking(SetAttributionReportingTrackingCommandSettings, CancellationToken, int?, bool)

setAttributionReportingTracking

public Task<SetAttributionReportingTrackingCommandResponse> SetAttributionReportingTracking(SetAttributionReportingTrackingCommandSettings command, CancellationToken cancellationToken = default, int? millisecondsTimeout = null, bool throwExceptionIfResponseNotReceived = true)

Parameters

command SetAttributionReportingTrackingCommandSettings
cancellationToken CancellationToken
millisecondsTimeout int?
throwExceptionIfResponseNotReceived bool

Returns

Task<SetAttributionReportingTrackingCommandResponse>

SetCookies(SetCookiesCommandSettings, CancellationToken, int?, bool)

setCookies

public Task<SetCookiesCommandResponse> SetCookies(SetCookiesCommandSettings command, CancellationToken cancellationToken = default, int? millisecondsTimeout = null, bool throwExceptionIfResponseNotReceived = true)

Parameters

command SetCookiesCommandSettings
cancellationToken CancellationToken
millisecondsTimeout int?
throwExceptionIfResponseNotReceived bool

Returns

Task<SetCookiesCommandResponse>

SetInterestGroupAuctionTracking(SetInterestGroupAuctionTrackingCommandSettings, CancellationToken, int?, bool)

setInterestGroupAuctionTracking

public Task<SetInterestGroupAuctionTrackingCommandResponse> SetInterestGroupAuctionTracking(SetInterestGroupAuctionTrackingCommandSettings command, CancellationToken cancellationToken = default, int? millisecondsTimeout = null, bool throwExceptionIfResponseNotReceived = true)

Parameters

command SetInterestGroupAuctionTrackingCommandSettings
cancellationToken CancellationToken
millisecondsTimeout int?
throwExceptionIfResponseNotReceived bool

Returns

Task<SetInterestGroupAuctionTrackingCommandResponse>

SetInterestGroupTracking(SetInterestGroupTrackingCommandSettings, CancellationToken, int?, bool)

setInterestGroupTracking

public Task<SetInterestGroupTrackingCommandResponse> SetInterestGroupTracking(SetInterestGroupTrackingCommandSettings command, CancellationToken cancellationToken = default, int? millisecondsTimeout = null, bool throwExceptionIfResponseNotReceived = true)

Parameters

command SetInterestGroupTrackingCommandSettings
cancellationToken CancellationToken
millisecondsTimeout int?
throwExceptionIfResponseNotReceived bool

Returns

Task<SetInterestGroupTrackingCommandResponse>

SetSharedStorageEntry(SetSharedStorageEntryCommandSettings, CancellationToken, int?, bool)

setSharedStorageEntry

public Task<SetSharedStorageEntryCommandResponse> SetSharedStorageEntry(SetSharedStorageEntryCommandSettings command, CancellationToken cancellationToken = default, int? millisecondsTimeout = null, bool throwExceptionIfResponseNotReceived = true)

Parameters

command SetSharedStorageEntryCommandSettings
cancellationToken CancellationToken
millisecondsTimeout int?
throwExceptionIfResponseNotReceived bool

Returns

Task<SetSharedStorageEntryCommandResponse>

SetSharedStorageTracking(SetSharedStorageTrackingCommandSettings, CancellationToken, int?, bool)

setSharedStorageTracking

public Task<SetSharedStorageTrackingCommandResponse> SetSharedStorageTracking(SetSharedStorageTrackingCommandSettings command, CancellationToken cancellationToken = default, int? millisecondsTimeout = null, bool throwExceptionIfResponseNotReceived = true)

Parameters

command SetSharedStorageTrackingCommandSettings
cancellationToken CancellationToken
millisecondsTimeout int?
throwExceptionIfResponseNotReceived bool

Returns

Task<SetSharedStorageTrackingCommandResponse>

SetStorageBucketTracking(SetStorageBucketTrackingCommandSettings, CancellationToken, int?, bool)

setStorageBucketTracking

public Task<SetStorageBucketTrackingCommandResponse> SetStorageBucketTracking(SetStorageBucketTrackingCommandSettings command, CancellationToken cancellationToken = default, int? millisecondsTimeout = null, bool throwExceptionIfResponseNotReceived = true)

Parameters

command SetStorageBucketTrackingCommandSettings
cancellationToken CancellationToken
millisecondsTimeout int?
throwExceptionIfResponseNotReceived bool

Returns

Task<SetStorageBucketTrackingCommandResponse>

TrackCacheStorageForOrigin(TrackCacheStorageForOriginCommandSettings, CancellationToken, int?, bool)

trackCacheStorageForOrigin

public Task<TrackCacheStorageForOriginCommandResponse> TrackCacheStorageForOrigin(TrackCacheStorageForOriginCommandSettings command, CancellationToken cancellationToken = default, int? millisecondsTimeout = null, bool throwExceptionIfResponseNotReceived = true)

Parameters

command TrackCacheStorageForOriginCommandSettings
cancellationToken CancellationToken
millisecondsTimeout int?
throwExceptionIfResponseNotReceived bool

Returns

Task<TrackCacheStorageForOriginCommandResponse>

TrackCacheStorageForStorageKey(TrackCacheStorageForStorageKeyCommandSettings, CancellationToken, int?, bool)

trackCacheStorageForStorageKey

public Task<TrackCacheStorageForStorageKeyCommandResponse> TrackCacheStorageForStorageKey(TrackCacheStorageForStorageKeyCommandSettings command, CancellationToken cancellationToken = default, int? millisecondsTimeout = null, bool throwExceptionIfResponseNotReceived = true)

Parameters

command TrackCacheStorageForStorageKeyCommandSettings
cancellationToken CancellationToken
millisecondsTimeout int?
throwExceptionIfResponseNotReceived bool

Returns

Task<TrackCacheStorageForStorageKeyCommandResponse>

TrackIndexedDBForOrigin(TrackIndexedDBForOriginCommandSettings, CancellationToken, int?, bool)

trackIndexedDBForOrigin

public Task<TrackIndexedDBForOriginCommandResponse> TrackIndexedDBForOrigin(TrackIndexedDBForOriginCommandSettings command, CancellationToken cancellationToken = default, int? millisecondsTimeout = null, bool throwExceptionIfResponseNotReceived = true)

Parameters

command TrackIndexedDBForOriginCommandSettings
cancellationToken CancellationToken
millisecondsTimeout int?
throwExceptionIfResponseNotReceived bool

Returns

Task<TrackIndexedDBForOriginCommandResponse>

TrackIndexedDBForStorageKey(TrackIndexedDBForStorageKeyCommandSettings, CancellationToken, int?, bool)

trackIndexedDBForStorageKey

public Task<TrackIndexedDBForStorageKeyCommandResponse> TrackIndexedDBForStorageKey(TrackIndexedDBForStorageKeyCommandSettings command, CancellationToken cancellationToken = default, int? millisecondsTimeout = null, bool throwExceptionIfResponseNotReceived = true)

Parameters

command TrackIndexedDBForStorageKeyCommandSettings
cancellationToken CancellationToken
millisecondsTimeout int?
throwExceptionIfResponseNotReceived bool

Returns

Task<TrackIndexedDBForStorageKeyCommandResponse>

UntrackCacheStorageForOrigin(UntrackCacheStorageForOriginCommandSettings, CancellationToken, int?, bool)

untrackCacheStorageForOrigin

public Task<UntrackCacheStorageForOriginCommandResponse> UntrackCacheStorageForOrigin(UntrackCacheStorageForOriginCommandSettings command, CancellationToken cancellationToken = default, int? millisecondsTimeout = null, bool throwExceptionIfResponseNotReceived = true)

Parameters

command UntrackCacheStorageForOriginCommandSettings
cancellationToken CancellationToken
millisecondsTimeout int?
throwExceptionIfResponseNotReceived bool

Returns

Task<UntrackCacheStorageForOriginCommandResponse>

UntrackCacheStorageForStorageKey(UntrackCacheStorageForStorageKeyCommandSettings, CancellationToken, int?, bool)

untrackCacheStorageForStorageKey

public Task<UntrackCacheStorageForStorageKeyCommandResponse> UntrackCacheStorageForStorageKey(UntrackCacheStorageForStorageKeyCommandSettings command, CancellationToken cancellationToken = default, int? millisecondsTimeout = null, bool throwExceptionIfResponseNotReceived = true)

Parameters

command UntrackCacheStorageForStorageKeyCommandSettings
cancellationToken CancellationToken
millisecondsTimeout int?
throwExceptionIfResponseNotReceived bool

Returns

Task<UntrackCacheStorageForStorageKeyCommandResponse>

UntrackIndexedDBForOrigin(UntrackIndexedDBForOriginCommandSettings, CancellationToken, int?, bool)

untrackIndexedDBForOrigin

public Task<UntrackIndexedDBForOriginCommandResponse> UntrackIndexedDBForOrigin(UntrackIndexedDBForOriginCommandSettings command, CancellationToken cancellationToken = default, int? millisecondsTimeout = null, bool throwExceptionIfResponseNotReceived = true)

Parameters

command UntrackIndexedDBForOriginCommandSettings
cancellationToken CancellationToken
millisecondsTimeout int?
throwExceptionIfResponseNotReceived bool

Returns

Task<UntrackIndexedDBForOriginCommandResponse>

UntrackIndexedDBForStorageKey(UntrackIndexedDBForStorageKeyCommandSettings, CancellationToken, int?, bool)

untrackIndexedDBForStorageKey

public Task<UntrackIndexedDBForStorageKeyCommandResponse> UntrackIndexedDBForStorageKey(UntrackIndexedDBForStorageKeyCommandSettings command, CancellationToken cancellationToken = default, int? millisecondsTimeout = null, bool throwExceptionIfResponseNotReceived = true)

Parameters

command UntrackIndexedDBForStorageKeyCommandSettings
cancellationToken CancellationToken
millisecondsTimeout int?
throwExceptionIfResponseNotReceived bool

Returns

Task<UntrackIndexedDBForStorageKeyCommandResponse>

Events

AttributionReportingSourceRegistered

attributionReportingSourceRegistered

public event EventHandler<AttributionReportingSourceRegisteredEventArgs> AttributionReportingSourceRegistered

Event Type

EventHandler<AttributionReportingSourceRegisteredEventArgs>

AttributionReportingTriggerRegistered

attributionReportingTriggerRegistered

public event EventHandler<AttributionReportingTriggerRegisteredEventArgs> AttributionReportingTriggerRegistered

Event Type

EventHandler<AttributionReportingTriggerRegisteredEventArgs>

CacheStorageContentUpdated

cacheStorageContentUpdated

public event EventHandler<CacheStorageContentUpdatedEventArgs> CacheStorageContentUpdated

Event Type

EventHandler<CacheStorageContentUpdatedEventArgs>

CacheStorageListUpdated

cacheStorageListUpdated

public event EventHandler<CacheStorageListUpdatedEventArgs> CacheStorageListUpdated

Event Type

EventHandler<CacheStorageListUpdatedEventArgs>

IndexedDBContentUpdated

indexedDBContentUpdated

public event EventHandler<IndexedDBContentUpdatedEventArgs> IndexedDBContentUpdated

Event Type

EventHandler<IndexedDBContentUpdatedEventArgs>

IndexedDBListUpdated

indexedDBListUpdated

public event EventHandler<IndexedDBListUpdatedEventArgs> IndexedDBListUpdated

Event Type

EventHandler<IndexedDBListUpdatedEventArgs>

InterestGroupAccessed

interestGroupAccessed

public event EventHandler<InterestGroupAccessedEventArgs> InterestGroupAccessed

Event Type

EventHandler<InterestGroupAccessedEventArgs>

InterestGroupAuctionEventOccurred

interestGroupAuctionEventOccurred

public event EventHandler<InterestGroupAuctionEventOccurredEventArgs> InterestGroupAuctionEventOccurred

Event Type

EventHandler<InterestGroupAuctionEventOccurredEventArgs>

InterestGroupAuctionNetworkRequestCreated

interestGroupAuctionNetworkRequestCreated

public event EventHandler<InterestGroupAuctionNetworkRequestCreatedEventArgs> InterestGroupAuctionNetworkRequestCreated

Event Type

EventHandler<InterestGroupAuctionNetworkRequestCreatedEventArgs>

SharedStorageAccessed

sharedStorageAccessed

public event EventHandler<SharedStorageAccessedEventArgs> SharedStorageAccessed

Event Type

EventHandler<SharedStorageAccessedEventArgs>

StorageBucketCreatedOrUpdated

storageBucketCreatedOrUpdated

public event EventHandler<StorageBucketCreatedOrUpdatedEventArgs> StorageBucketCreatedOrUpdated

Event Type

EventHandler<StorageBucketCreatedOrUpdatedEventArgs>

StorageBucketDeleted

storageBucketDeleted

public event EventHandler<StorageBucketDeletedEventArgs> StorageBucketDeleted

Event Type

EventHandler<StorageBucketDeletedEventArgs>