C# Class duo_csharp.WebServer

ファイルを表示 Open project: duosecurity/duo_dotnet Class Usage Examples

Public Methods

Method Description
Run ( ) : void
Stop ( ) : void
WebServer ( string>.Func method ) : System
WebServer ( string prefixes, string>.Func method ) : System

Method Details

Run() public method

public Run ( ) : void
return void

Stop() public method

public Stop ( ) : void
return void

WebServer() public method

public WebServer ( string>.Func method ) : System
method string>.Func
return System

WebServer() public method

public WebServer ( string prefixes, string>.Func method ) : System
prefixes string
method string>.Func
return System