Property | Type | Description | |
---|---|---|---|
CreateDirIndex | string>.Dictionary | ||
CreateFileIndex | string>.Dictionary | ||
GetDirs | List |
||
GetFiles | IEnumerable |
Method | Description | |
---|---|---|
DirectoryExists ( string dirPath, string appFilePath ) : bool | ||
ProcessRequest ( System.Web.HttpContextBase context ) : void | ||
ProcessRequest ( IRequest request, IResponse response, string operationName ) : void | ||
SetDefaultFile ( string defaultFilePath, byte defaultFileContents, System.DateTime defaultFileModified ) : void |
Keep default file contents in-memory
|
Method | Description | |
---|---|---|
CreateDirIndex ( string appFilePath ) : string>.Dictionary |
||
CreateFileIndex ( string appFilePath ) : string>.Dictionary |
||
GetDirs ( string path ) : List |
||
GetFiles ( string path ) : IEnumerable |
public static DirectoryExists ( string dirPath, string appFilePath ) : bool | ||
dirPath | string | |
appFilePath | string | |
return | bool |
public ProcessRequest ( System.Web.HttpContextBase context ) : void | ||
context | System.Web.HttpContextBase | |
return | void |
public ProcessRequest ( IRequest request, IResponse response, string operationName ) : void | ||
request | IRequest | |
response | IResponse | |
operationName | string | |
return | void |
public SetDefaultFile ( string defaultFilePath, byte defaultFileContents, System.DateTime defaultFileModified ) : void | ||
defaultFilePath | string | |
defaultFileContents | byte | |
defaultFileModified | System.DateTime | |
return | void |