SendFileResponseExtensions Class

 

Provides extensions for IOwinResponse exposing the SendFile extension.

Namespace:   Microsoft.Owin
Assembly:  Microsoft.Owin.StaticFiles (in Microsoft.Owin.StaticFiles.dll)

System::Object
  Microsoft.Owin::SendFileResponseExtensions

[ExtensionAttribute]
public ref class SendFileResponseExtensions abstract sealed 

NameDescription
System_CAPS_pubmethodSystem_CAPS_staticSendFileAsync(IOwinResponse^, String^)

Sends the given file using the SendFile extension.

System_CAPS_pubmethodSystem_CAPS_staticSendFileAsync(IOwinResponse^, String^, Int64, Nullable<Int64>, CancellationToken)

Sends the given file using the SendFile extension.

System_CAPS_pubmethodSystem_CAPS_staticSupportsSendFile(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.

Return to top
Show: