SendFileResponseExtensions Class
Provides extensions for IOwinResponse exposing the SendFile extension.
Assembly: Microsoft.Owin.StaticFiles (in Microsoft.Owin.StaticFiles.dll)
| Name | Description | |
|---|---|---|
![]() ![]() | SendFileAsync(IOwinResponse^, String^) | Sends the given file using the SendFile extension. |
![]() ![]() | SendFileAsync(IOwinResponse^, String^, Int64, Nullable<Int64>, CancellationToken) | Sends the given file using the SendFile extension. |
![]() ![]() | SupportsSendFile(IOwinResponse^) | Checks if the SendFile extension is supported. |
Any public static (Shared in Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.
Show:

