C# Class TinySite.Commands.RunServeCommand

ファイルを表示 Open project: robmen/tinysite Class Usage Examples

Private Properties

Property Type Description

Public Methods

Method Description
Execute ( ) : void
RunServeCommand ( TinySite.Models.SiteConfig config, int port ) : System

Method Details

Execute() public method

public Execute ( ) : void
return void

RunServeCommand() public method

public RunServeCommand ( TinySite.Models.SiteConfig config, int port ) : System
config TinySite.Models.SiteConfig
port int
return System