PowerTCP Telnet for .NET CF
ReadToEnd Method
See Also  Send comments on this topic.
Dart.Common Namespace > TcpBase Class : ReadToEnd Method




Receives data until the connection is closed.

Syntax

Visual Basic (Declaration) 
Public Function ReadToEnd() As Data
Visual Basic (Usage)Copy Code
Dim instance As TcpBase
Dim value As Data
 
value = instance.ReadToEnd()
C# 
public Data ReadToEnd()
Managed Extensions for C++ 
public: Data* ReadToEnd(); 
C++/CLI 
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.

Requirements

Target Platforms: Microsoft .NET Framework 2.0

See Also

Documentation Version 4.2
© 2010 Dart Communications. All Rights Reserved.