C# Class Gablarski.LocalServer

Show file Open project: ermau/Gablarski Class Usage Examples

Public Methods

Method Description
Shutdown ( ) : void
StartAsync ( ) : System.Threading.Tasks.Task
StartAsync ( RSAAsymmetricKey key ) : System.Threading.Tasks.Task

Private Methods

Method Description
Start ( object s ) : void

Method Details

Shutdown() public static method

public static Shutdown ( ) : void
return void

StartAsync() public static method

public static StartAsync ( ) : System.Threading.Tasks.Task
return System.Threading.Tasks.Task

StartAsync() public static method

public static StartAsync ( RSAAsymmetricKey key ) : System.Threading.Tasks.Task
key Tempest.RSAAsymmetricKey
return System.Threading.Tasks.Task