Legend

Class
Struct
Enum
Interface
Delegate
Constructor
Method
Property
Event
Field

Extension method: byte[] ReadAllBytes(this Stream)

Declaration

public static byte[] ReadAllBytes(
    this Stream stream
)

Summary

Reads all bytes until the end of stream and returns them in a byte array.