Method | Description | |
---|---|---|
StaticFileHandler ( IRepositoryFactory repositoryFactory ) : System |
Initializes a new instance of the StaticFileHandler class.
|
Method | Description | |
---|---|---|
CreateFile ( System.Web.HttpContextBase context ) : |
Creates a StaticFile instance corresponding with the current request.
|
|
PerformRequest ( System.Web.HttpContextBase context ) : byte[] |
Performs the concrete request operation and returns the output as a byte array.
|
|
PerformRequest ( System.Web.HttpContextBase context, |
Performs the concrete request operation and returns the output as a byte array.
|
protected CreateFile ( System.Web.HttpContextBase context ) : |
||
context | System.Web.HttpContextBase | The HTTP context to create the file for. |
return |
protected PerformRequest ( System.Web.HttpContextBase context ) : byte[] | ||
context | System.Web.HttpContextBase | The HTTP context to perform the request for. |
return | byte[] |
protected PerformRequest ( System.Web.HttpContextBase context, |
||
context | System.Web.HttpContextBase | The HTTP context to perform the request for. |
file | The static file to return the contents of. | |
return | byte[] |
public StaticFileHandler ( IRepositoryFactory repositoryFactory ) : System | ||
repositoryFactory | IRepositoryFactory | The repository factory to use. |
return | System |