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