C# Class Promises.HttpServerAsyncAwait

Afficher le fichier Open project: KjellSchubert/promise-future-task

Méthodes publiques

Méthode Description
run ( ) : void
runAsync ( ) : void

Private Methods

Méthode Description
processRequestAsync ( HttpListenerRequest request, HttpListenerResponse response ) : Task
simulatedDatabaseRequestAsync ( ) : Task

Method Details

run() public static méthode

public static run ( ) : void
Résultat void

runAsync() public static méthode

public static runAsync ( ) : void
Résultat void