C# Class Flux.Server

Inheritance: IDisposable
Mostra file Open project: markrendle/Flux Class Usage Examples

Public Methods

Method Description
Dispose ( ) : void
Server ( IPAddress ipAddress, int port ) : System
Server ( int port ) : System
Start ( System.Func,System.Threading.Tasks.Task> app ) : void
Stop ( ) : void

Private Methods

Method Description
Callback ( IAsyncResult ar ) : void
TaskSchedulerOnUnobservedTaskException ( object sender, System.Threading.Tasks.UnobservedTaskExceptionEventArgs unobservedTaskExceptionEventArgs ) : void

Method Details

Dispose() public method

public Dispose ( ) : void
return void

Server() public method

public Server ( IPAddress ipAddress, int port ) : System
ipAddress System.Net.IPAddress
port int
return System

Server() public method

public Server ( int port ) : System
port int
return System

Start() public method

public Start ( System.Func,System.Threading.Tasks.Task> app ) : void
app System.Func,System.Threading.Tasks.Task>
return void

Stop() public method

public Stop ( ) : void
return void