Visual Basic (Declaration) | |
---|---|
Public Function ReadToEnd() As Data |
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.This method blocks until the connection is closed. Data will not be made available until that time and the method returns.
Target Platforms: Microsoft .NET Framework 2.0