RelayTcpConnectionClosed constructor

RelayTcpConnectionClosed({
  1. int tunnelId = 0,
  2. int connectionId = 0,
})

Implementation

RelayTcpConnectionClosed({
    this.tunnelId = 0,
    this.connectionId = 0,
});