C# Class withSIX.Steam.Presentation.WebListener

Inheritance: WebServerStartup, IPresentationService
Exibir arquivo Open project: SIXNetworks/withSIX.Desktop

Public Methods

Method Description
Run ( IPEndPoint http, IPEndPoint https, CancellationToken ct ) : Task

Protected Methods

Method Description
ConfigureBuilder ( IWebHostBuilder builder ) : void

Method Details

ConfigureBuilder() protected method

protected ConfigureBuilder ( IWebHostBuilder builder ) : void
builder IWebHostBuilder
return void

Run() public method

public Run ( IPEndPoint http, IPEndPoint https, CancellationToken ct ) : Task
http System.Net.IPEndPoint
https System.Net.IPEndPoint
ct System.Threading.CancellationToken
return Task