Table of Contents

Class WebTransportConnectionEstablishedEventArgs

Namespace
OpenQA.Selenium.DevTools.V146.Network
Assembly
Selenium.WebDriver.dll

Fired when WebTransport handshake is finished.

public sealed class WebTransportConnectionEstablishedEventArgs : EventArgs
Inheritance
WebTransportConnectionEstablishedEventArgs
Inherited Members

Properties

Timestamp

Timestamp.

[JsonPropertyName("timestamp")]
public double Timestamp { get; set; }

Property Value

double

TransportId

WebTransport identifier.

[JsonPropertyName("transportId")]
public string TransportId { get; set; }

Property Value

string