Method GetAllBytes
GetAllBytes(Stream)
Receives content of the specified input.
public static byte[] GetAllBytes(this Stream input)
Parameters
input
StreamStream object to process.
Returns
- byte[]
Array of bytes representing content of the stream.