Unosquare
    Show / Hide Table of Contents

    Namespace EmbedIO.Files

    Classes

    DirectoryLister

    Provides standard directory listers for FileModule.

    FileCache

    A cache where one or more instances of FileModule can store hashes and file contents.

    FileModule

    A module serving files and directory listings from an IFileProvider.

    FileModuleExtensions

    Provides extension methods for FileModule and derived classes.

    FileRequestHandler

    Provides standard handler callbacks for FileModule.

    FileSystemProvider

    Provides access to the local file system to a FileModule.

    MappedResourceInfo

    Contains information about a resource served via an IFileProvider.

    ResourceFileProvider

    Provides access to embedded resources to a FileModule.

    ZipFileProvider

    Provides access to files contained in a .zip file to a FileModule.

    Interfaces

    IDirectoryLister

    Represents an object that can render a directory listing to a stream.

    IFileProvider

    Represents an object that can provide files and/or directories to be served by a FileModule.

    Delegates

    FileRequestHandlerCallback

    A callback used to handle a request in FileModule.

    Comments

    Back to top Copyright © 2017-2019 Unosquare