ReadToEnd(Stream) | Reads all characters from the current position to the end of the Stream. |
ReadToEnd(Stream, Int64) | Reads all characters from the current position to the end of the Stream. |
ReadToEnd(Stream, Encoding) | Reads all characters from the current position to the end of the Stream. |
ReadToEnd(Stream, Encoding, Int64) | Reads all characters from the specified position to the end of the Stream. |