WebTransportSession constructor
WebTransportSession(
- Http3Connection connection,
- int sessionId
Implementation
WebTransportSession(this.connection, this.sessionId)
: _state = wt.WebTransportSession(sessionId);