Table of Contents

Class WebTransportOptions

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

Constructors

WebTransportOptions()

public WebTransportOptions()

Fields

AllowPooling

[Value("allowPooling")]
public bool AllowPooling

Field Value

bool

AnticipatedConcurrentIncomingBidirectionalStreams

[Value("anticipatedConcurrentIncomingBidirectionalStreams")]
public ushort? AnticipatedConcurrentIncomingBidirectionalStreams

Field Value

ushort?

AnticipatedConcurrentIncomingUnidirectionalStreams

[Value("anticipatedConcurrentIncomingUnidirectionalStreams")]
public ushort? AnticipatedConcurrentIncomingUnidirectionalStreams

Field Value

ushort?

CongestionControl

[Value("congestionControl")]
public WebTransportCongestionControl CongestionControl

Field Value

WebTransportCongestionControl

Protocols

[Value("protocols")]
public List<string> Protocols

Field Value

List<string>

RequireUnreliable

[Value("requireUnreliable")]
public bool RequireUnreliable

Field Value

bool

ServerCertificateHashes

[Value("serverCertificateHashes")]
public List<WebTransportHash> ServerCertificateHashes

Field Value

List<WebTransportHash>