C# Class XSpect.MetaTweet.Modules.HttpServant

Inheritance: ServantModule
Show file Open project: takeshik/metatweet-old Class Usage Examples

Public Methods

Method Description
HttpServant ( ) : System.IO

Protected Methods

Method Description
ConfigureImpl ( FileInfo configFile ) : void
StartImpl ( ) : void
StopImpl ( ) : void

Method Details

ConfigureImpl() protected method

protected ConfigureImpl ( FileInfo configFile ) : void
configFile FileInfo
return void

HttpServant() public method

public HttpServant ( ) : System.IO
return System.IO

StartImpl() protected method

protected StartImpl ( ) : void
return void

StopImpl() protected method

protected StopImpl ( ) : void
return void