StreamExtensions.ReadAllBytes Method
Definition
Reads all remaining bytes from the stream.
public static Byte[] ReadAllBytes(this Stream stream);
Parameters
| Name | Type | Description |
|---|---|---|
| stream | Stream |
Returns
A byte array containing all remaining bytes from the stream.