SendFileResponseExtensions Class

Definition

Provides extensions for HttpResponse exposing the SendFile extension.

public ref class SendFileResponseExtensions abstract sealed
public static class SendFileResponseExtensions
type SendFileResponseExtensions = class
Public Module SendFileResponseExtensions
Inheritance
SendFileResponseExtensions

Methods

SendFileAsync(HttpResponse, IFileInfo, CancellationToken)

Sends the given file using the SendFile extension.

SendFileAsync(HttpResponse, IFileInfo, Int64, Nullable<Int64>, CancellationToken)

Sends the given file using the SendFile extension.

SendFileAsync(HttpResponse, String, CancellationToken)

Sends the given file using the SendFile extension.

SendFileAsync(HttpResponse, String, Int64, Nullable<Int64>, CancellationToken)

Sends the given file using the SendFile extension.

Applies to