C# Class Dev2.Runtime.WebServer.Handlers.WebsiteResourceHandler

Inheritance: AbstractWebRequestHandler
ファイルを表示 Open project: Warewolf-ESB/Warewolf Class Usage Examples

Public Methods

Method Description
ProcessRequest ( ICommunicationContext ctx ) : void

Private Methods

Method Description
GetFileFromPath ( Uri uri ) : IResponseWriter
GetFileFromPath ( string filePath ) : IResponseWriter

Method Details

ProcessRequest() public method

public ProcessRequest ( ICommunicationContext ctx ) : void
ctx ICommunicationContext
return void