Method | Description | |
---|---|---|
IndexHandler ( IRepositoryFactory repositoryFactory ) : System |
Initializes a new instance of the IndexHandler class.
|
Method | Description | |
---|---|---|
PerformRequest ( System.Web.HttpContextBase context, |
Performs the concrete request operation and returns the output as a byte array.
|
|
PrepareResponse ( System.Web.HttpContextBase context, |
Prepares an HTTP context's response.
|
public IndexHandler ( IRepositoryFactory repositoryFactory ) : System | ||
repositoryFactory | IRepositoryFactory | The repository factory to use. |
return | System |
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[] |
protected PrepareResponse ( System.Web.HttpContextBase context, |
||
context | System.Web.HttpContextBase | The HTTP context to prepare. |
output | The cached output the response is being prepared for, if applicable. | |
return | void |