C# Class Dev2.Runtime.WebServer.WebServerStartup

显示文件 Open project: Warewolf-ESB/Warewolf Class Usage Examples

Public Methods

Method Description
Configuration ( IAppBuilder app ) : void
Start ( Dev2Endpoint endpoints ) : IDisposable

Private Methods

Method Description
AuthenticationSchemeSelectorDelegate ( HttpListenerRequest httpRequest ) : AuthenticationSchemes

Method Details

Configuration() public method

public Configuration ( IAppBuilder app ) : void
app IAppBuilder
return void

Start() public static method

public static Start ( Dev2Endpoint endpoints ) : IDisposable
endpoints Dev2Endpoint
return IDisposable