SendFileFallback Class
Definition
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.
Helper type that allows copying a file to a Stream.
This type is part of ASP.NET Core's infrastructure and should not used by application code.
public ref class SendFileFallback abstract sealed
public static class SendFileFallback
type SendFileFallback = class
Public Class SendFileFallback
- Inheritance
-
SendFileFallback
Methods
SendFileAsync(Stream, String, Int64, Nullable<Int64>, CancellationToken) |
Copies the segment of the file to the destination stream. |