PowerTCP SSH and SFTP for .NET
ReadToEnd Method




Receives data until the connection is closed.
Syntax
'Declaration
 
Public Function ReadToEnd() As Data
'Usage
 
Dim instance As SessionStream
Dim value As Data
 
value = instance.ReadToEnd()
public Data ReadToEnd()
public: Data* ReadToEnd(); 
public:
Data^ ReadToEnd(); 

Return Value

A Data object encapsulating the received data.
Remarks
This method blocks until the connection is closed. Data will not be made available until that time and the method returns.
See Also

Reference

SessionStream Class
SessionStream Members


PowerTCP SSH and SFTP for .NET Documentation Version 7.0
© 2023 Dart Communications. All Rights Reserved.
Send comments on this topic