C# Class HA4IoT.Networking.Http.HttpRequestDispatcher

Inheritance: IHttpRequestDispatcher
显示文件 Open project: chkr1011/CK.HomeAutomation

Public Methods

Method Description
GetController ( string name ) : IHttpRequestController
HttpRequestDispatcher ( HttpServer server ) : System
MapFolder ( string name, string rootFolder ) : void

Method Details

GetController() public method

public GetController ( string name ) : IHttpRequestController
name string
return IHttpRequestController

HttpRequestDispatcher() public method

public HttpRequestDispatcher ( HttpServer server ) : System
server HttpServer
return System

MapFolder() public method

public MapFolder ( string name, string rootFolder ) : void
name string
rootFolder string
return void