Class WebTransportConnectionEstablishedEventArgs
WebTransportConnectionEstablished
public sealed class WebTransportConnectionEstablishedEventArgs : EventArgs- Inheritance
- 
      
      
      WebTransportConnectionEstablishedEventArgs
- Inherited Members
Properties
Timestamp
Gets or sets the timestamp
[JsonPropertyName("timestamp")]
public double Timestamp { get; set; }Property Value
TransportId
Gets or sets the transportId
[JsonPropertyName("transportId")]
public string TransportId { get; set; }