WebTransportSession constructor

WebTransportSession(
  1. Http3Connection connection,
  2. int sessionId
)

Implementation

WebTransportSession(this.connection, this.sessionId)
    : _state = wt.WebTransportSession(sessionId);