SSHRemoteForward constructor

SSHRemoteForward(
  1. SSHClient _client,
  2. String host,
  3. int port,
  4. SSHRemoteConnectionFilter? filter,
)

Implementation

SSHRemoteForward(this._client, this.host, this.port, this.filter);