| Dart.Sockets Namespace > TcpBase Class : ReadToDelimiter Method |
| Overload | Description |
|---|---|
| ReadToDelimiter(String) | Read until the delimiter is found, an exception is thrown, or the connection is closed. |
| ReadToDelimiter(Byte[]) | Read until the delimiter is found, an exception is thrown, or the connection is closed. |
| ReadToDelimiter(String[]) | Read until a delimiter is found, an exception is thrown, or the connection is closed. |
| ReadToDelimiter(List<Byte[]>) | Read until a delimiter is found, an exception is thrown, or the connection is closed. |