SSHRemoteForward constructor
SSHRemoteForward(
- SSHClient _client,
- String host,
- int port,
- SSHRemoteConnectionFilter? filter,
Implementation
SSHRemoteForward(this._client, this.host, this.port, this.filter);