Class WebTransportConnectionEstablishedEventArgs
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
TransportId
WebTransport identifier.
[JsonPropertyName("transportId")]
public string TransportId { get; set; }