First of all, thanks to ssh.net for such a handy library.
ssh.net how do I implement the following functions of a common SSH client?
ssh -NfL 5555:127.0.0.1:6666 user@192.168.1.1 sleep 30
The focus is on how the functions of -Nf and sleep are implemented.