ReadFileAsync(Stream) Constructor

Stream constructor.
Protected Sub New( _ 
ByVal s As Stream
)
This language is not supported or no code example is available.
protected ReadFileAsync( 
Stream s 
)
This language is not supported or no code example is available.

Parameters

s
Stream

The stream

Remarks
 
The closing of the stream is delegated to you.

.NET Framework

Supported in: 4.5, 4.6, 4.7

In this article

Definition