StaticFileResponseContext Class
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Contains information about the request and the file that will be served in response.
public ref class StaticFileResponseContext
public class StaticFileResponseContext
type StaticFileResponseContext = class
Public Class StaticFileResponseContext
- Inheritance
-
StaticFileResponseContext
Constructors
StaticFileResponseContext() |
Obsolete.
Constructs the StaticFileResponseContext. |
StaticFileResponseContext(HttpContext, IFileInfo) |
Constructs the StaticFileResponseContext. |
Properties
Context |
The request and response information. |
File |
The file to be served. |