SendFileExtensions Class

 

Extension methods for the SendFileMiddleware

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

Inheritance Hierarchy

System.Object
  Microsoft.Owin.StaticFiles.SendFileExtensions

Syntax

public static class SendFileExtensions
[ExtensionAttribute]
public ref class SendFileExtensions abstract sealed 
[<AbstractClass>]
[<Sealed>]
type SendFileExtensions = class end
<ExtensionAttribute>
Public NotInheritable Class SendFileExtensions

Methods

Name Description
System_CAPS_pubmethodSystem_CAPS_static UseSendFileFallback(IAppBuilder)

Provide a SendFileFunc if another component does not.

Thread Safety

Any public static (Shared in Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.

See Also

Microsoft.Owin.StaticFiles Namespace

Return to top