Note

Access to this page requires authorization. You can try signing in or .

Access to this page requires authorization. You can try .

IFileInfo.CreateReadStream Method

Definition

Namespace:
Microsoft.Extensions.FileProviders
Assembly:
Microsoft.Extensions.FileProviders.Abstractions.dll
Package:
Microsoft.Extensions.FileProviders.Abstractions v11.0.0-preview.5.26302.115
Source:
IFileInfo.cs
Source:
IFileInfo.cs
Source:
IFileInfo.cs

Important

Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.

Returns file contents as a read-only stream.

public:
 System::IO::Stream ^ CreateReadStream();
public System.IO.Stream CreateReadStream();
abstract member CreateReadStream : unit -> System.IO.Stream
Public Function CreateReadStream () As Stream

Returns

The file stream.

Remarks

The caller should dispose the stream when complete.

Applies to


Feedback

Was this page helpful?