C# Class URSA.Example.OwinApplication.Program

Provides a basic HTTP hosting.
Afficher le fichier Open project: alien-mcl/URSA

Méthodes publiques

Méthode Description
Main ( string args ) : void

Main entry point of the hosting application.

Method Details

Main() public static méthode

Main entry point of the hosting application.
public static Main ( string args ) : void
args string The arguments.
Résultat void