C# Class HttpServer.Program

Show file Open project: ProfessionalCSharp/ProfessionalCSharp6

Public Methods

Method Description
StartServerAsync ( ) : Task

Private Methods

Method Description
GetHeaderInfo ( HeaderCollection headers ) : IEnumerable
GetHtmlContent ( HttpServer.Request request ) : byte[]
GetRequestInfo ( HttpServer.Request request ) : IEnumerable
Main ( string args ) : void
ShowUsage ( ) : void

Method Details

StartServerAsync() public static method

public static StartServerAsync ( ) : Task
return Task