Table of Contents

Class WebTransportConnectionStats

Namespace
CSharpToJavaScript.APIs.JS
Assembly
CSharpToJavaScript.dll
[ToObject]
public class WebTransportConnectionStats
Inheritance
WebTransportConnectionStats
Inherited Members

Constructors

WebTransportConnectionStats()

public WebTransportConnectionStats()

Fields

AtSendCapacity

[Value("atSendCapacity")]
public bool AtSendCapacity

Field Value

bool

BytesLost

[Value("bytesLost")]
public ulong BytesLost

Field Value

ulong

BytesReceived

[Value("bytesReceived")]
public ulong BytesReceived

Field Value

ulong

BytesSent

[Value("bytesSent")]
public ulong BytesSent

Field Value

ulong

Datagrams

[Value("datagrams")]
public required WebTransportDatagramStats Datagrams

Field Value

WebTransportDatagramStats

EstimatedSendRate

[Value("estimatedSendRate")]
public ulong? EstimatedSendRate

Field Value

ulong?

MinRtt

[Value("minRtt")]
public required Number MinRtt

Field Value

Number

PacketsLost

[Value("packetsLost")]
public ulong PacketsLost

Field Value

ulong

PacketsReceived

[Value("packetsReceived")]
public ulong PacketsReceived

Field Value

ulong

PacketsSent

[Value("packetsSent")]
public ulong PacketsSent

Field Value

ulong

RttVariation

[Value("rttVariation")]
public required Number RttVariation

Field Value

Number

SmoothedRtt

[Value("smoothedRtt")]
public required Number SmoothedRtt

Field Value

Number