Class Program
Inheritance
System.Object
Program
Assembly: Downlink.Host.dll
Syntax
public class Program : object
Methods
|
Improve this Doc
View Source
BuildWebHost(String[])
Declaration
public static IWebHost BuildWebHost(string[] args)
Parameters
Type |
Name |
Description |
System.String[] |
args |
|
Returns
Type |
Description |
Microsoft.AspNetCore.Hosting.IWebHost |
|
|
Improve this Doc
View Source
Main(String[])
Declaration
public static void Main(string[] args)
Parameters
Type |
Name |
Description |
System.String[] |
args |
|
Extension Methods