SftpClient ReadAllLines Method SSH .NET Client Library Documentation
Overload List

  NameDescription
Public methodReadAllLines(String)
Opens a text file, reads all lines of the file, and then closes the file.
Public methodReadAllLines(String, Encoding)
Opens a file, reads all lines of the file with the specified encoding, and then closes the file.
Back to Top
See Also