C# Class CSharpUtils._45.Sandbox.Program.MyFastcgiServerAsync

Inheritance: CSharpUtils.Web._45.Fastcgi.FastcgiServerAsync
Afficher le fichier Open project: soywiz/csharputils

Méthodes publiques

Méthode Description
HandleRequestAsync ( FastcgiRequestAsync Request, FastcgiResponseAsync Response ) : System.Threading.Tasks.Task
MyFastcgiServerAsync ( ) : System

Method Details

HandleRequestAsync() public méthode

public HandleRequestAsync ( FastcgiRequestAsync Request, FastcgiResponseAsync Response ) : System.Threading.Tasks.Task
Request CSharpUtils.Web._45.Fastcgi.FastcgiRequestAsync
Response CSharpUtils.Web._45.Fastcgi.FastcgiResponseAsync
Résultat System.Threading.Tasks.Task

MyFastcgiServerAsync() public méthode

public MyFastcgiServerAsync ( ) : System
Résultat System