Class SharedStorageAccessedEventArgs
SharedStorageAccessed
public sealed class SharedStorageAccessedEventArgs : EventArgs
- Inheritance
-
SharedStorageAccessedEventArgs
- Inherited Members
Properties
AccessTime
Gets or sets the accessTime
[JsonPropertyName("accessTime")]
public double AccessTime { get; set; }
Property Value
MainFrameId
Gets or sets the mainFrameId
[JsonPropertyName("mainFrameId")]
public string MainFrameId { get; set; }
Property Value
Method
Gets or sets the method
[JsonPropertyName("method")]
public SharedStorageAccessMethod Method { get; set; }
Property Value
OwnerOrigin
Gets or sets the ownerOrigin
[JsonPropertyName("ownerOrigin")]
public string OwnerOrigin { get; set; }
Property Value
OwnerSite
Gets or sets the ownerSite
[JsonPropertyName("ownerSite")]
public string OwnerSite { get; set; }
Property Value
Params
Gets or sets the params
[JsonPropertyName("params")]
public SharedStorageAccessParams Params { get; set; }
Property Value
Scope
Gets or sets the scope
[JsonPropertyName("scope")]
public SharedStorageAccessScope Scope { get; set; }