ShellStream Expect Method SSH .NET Client Library Documentation
Overload List

  NameDescription
Public methodExpect(String)
Expects the expression specified by text.
Public methodExpect(Regex)
Expects the expression specified by regular expression.
Public methodExpect( ExpectAction )
Expects the specified expression and performs action when one is found.
Public methodExpect(String, TimeSpan)
Expects the expression specified by text.
Public methodExpect(Regex, TimeSpan)
Expects the expression specified by regular expression.
Public methodExpect(TimeSpan,  ExpectAction )
Expects the specified expression and performs action when one is found.
Back to Top
See Also