Closed lightbringor closed 6 years ago
Added option to initialize SafeFileHandle with the Overlapped attribute to use it for creating FileStream objects suitable for ReadAsync/WriteAsync. Without this options set, creating a FileStream with isAsync == true will throw an exception.
Added option to initialize SafeFileHandle with the Overlapped attribute to use it for creating FileStream objects suitable for ReadAsync/WriteAsync. Without this options set, creating a FileStream with isAsync == true will throw an exception.