C# Class Raven.Database.Server.Responders.SilverlightUI

Inheritance: AbstractRequestResponder
ファイルを表示 Open project: nhsevidence/ravendb Class Usage Examples

Private Properties

Property Type Description

Public Methods

Method Description
GetPaths ( string fileName, string webDir ) : IEnumerable
Respond ( IHttpContext context ) : void

Method Details

GetPaths() public static method

public static GetPaths ( string fileName, string webDir ) : IEnumerable
fileName string
webDir string
return IEnumerable

Respond() public method

public Respond ( IHttpContext context ) : void
context IHttpContext
return void