C# Class Owin_Nancy.Startup

Afficher le fichier Open project: CrazyJson/TaskManager

Méthodes publiques

Méthode Description
Dispose ( ) : void

回收资源

Start ( int port ) : NancyHost

监听端口 启动站点

Method Details

Dispose() public static méthode

回收资源
public static Dispose ( ) : void
Résultat void

Start() public static méthode

监听端口 启动站点
public static Start ( int port ) : NancyHost
port int
Résultat Nancy.Hosting.Self.NancyHost