Legend

Class
Struct
Enum
Interface
Delegate
Constructor
Method
Property
Event
Field

Extension method: long ReadAllBytesGetLength(this Stream)

Declaration

public static long ReadAllBytesGetLength(
    this Stream stream
)

Summary

Reads all bytes until the end of stream and returns the number of bytes thus read without allocating too much memory.