C# Class URSA.Example.OwinApplication.Program

Provides a basic HTTP hosting.
Exibir arquivo Open project: alien-mcl/URSA

Public Methods

Method Description
Main ( string args ) : void

Main entry point of the hosting application.

Method Details

Main() public static method

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