C# Class Flux.Server

Inheritance: IDisposable
Afficher le fichier Open project: markrendle/Flux Class Usage Examples

Méthodes publiques

Méthode 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

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

Method Details

Dispose() public méthode

public Dispose ( ) : void
Résultat void

Server() public méthode

public Server ( IPAddress ipAddress, int port ) : System
ipAddress System.Net.IPAddress
port int
Résultat System

Server() public méthode

public Server ( int port ) : System
port int
Résultat System

Start() public méthode

public Start ( System.Func,System.Threading.Tasks.Task> app ) : void
app System.Func,System.Threading.Tasks.Task>
Résultat void

Stop() public méthode

public Stop ( ) : void
Résultat void