-
-
Notifications
You must be signed in to change notification settings - Fork 4
SSH.TCPTunnel.Read
Andrew Lambert edited this page Nov 26, 2022
·
3 revisions
Function Read(Count As Integer, encoding As TextEncoding = Nil) As String
Name | Type | Comment |
---|---|---|
Count |
Integer | The number of bytes to read. |
Encoding |
TextEncoding |
The TextEncoding of the data being read. |
Returns a String containing the data that was read.
Reads bytes from a tunnel if there is data available.
Wiki home | Project page | Bugs | Become a sponsor
Text and code examples are Copyright ©2018-24 Andrew Lambert, offered under the CC BY-SA 3.0 License.