Table of Contents

Class AttributionReportingReportSentEventArgs

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

AttributionReportingReportSent

public sealed class AttributionReportingReportSentEventArgs : EventArgs
Inheritance
AttributionReportingReportSentEventArgs
Inherited Members

Properties

Body

Gets or sets the body

[JsonPropertyName("body")]
public object Body { get; set; }

Property Value

object

HttpStatusCode

Gets or sets the httpStatusCode

[JsonPropertyName("httpStatusCode")]
[JsonIgnore(Condition = JsonIgnoreCondition.WhenWritingDefault)]
public long? HttpStatusCode { get; set; }

Property Value

long?

NetError

Gets or sets the netError

[JsonPropertyName("netError")]
[JsonIgnore(Condition = JsonIgnoreCondition.WhenWritingDefault)]
public long? NetError { get; set; }

Property Value

long?

NetErrorName

Gets or sets the netErrorName

[JsonPropertyName("netErrorName")]
[JsonIgnore(Condition = JsonIgnoreCondition.WhenWritingDefault)]
public string? NetErrorName { get; set; }

Property Value

string

Result

Gets or sets the result

[JsonPropertyName("result")]
public AttributionReportingReportResult Result { get; set; }

Property Value

AttributionReportingReportResult

Url

Gets or sets the url

[JsonPropertyName("url")]
public string Url { get; set; }

Property Value

string