Skip to content

SSH.TCPTunnel.Read

Andrew Lambert edited this page Nov 26, 2022 · 3 revisions

Method signature

 Function Read(Count As Integer, encoding As TextEncoding = Nil) As String

Parameters

Name Type Comment
Count Integer The number of bytes to read.
Encoding TextEncoding The TextEncoding of the data being read.

Return value

Returns a String containing the data that was read.

Remarks

Reads bytes from a tunnel if there is data available.

See also

Clone this wiki locally