Dart.Mail Namespace > TcpBase Class : ReadToEnd Method |
Public Function ReadToEnd() As Data
public Data ReadToEnd()
public: Data* ReadToEnd();
public: Data^ ReadToEnd();
Exception | Description |
---|---|
DataException | A failure occurred before the normal end of stream was found. The DataException.DataRead property contains any data received before the failure occurred. |
If a DataException is thrown, the DataException.DataRead property contains any data received prior to the exception.