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

Inheritance: CSharpUtils.Web._45.Fastcgi.FastcgiServerAsync
ファイルを表示 Open project: soywiz/csharputils

Public Methods

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

Method Details

HandleRequestAsync() public method

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

MyFastcgiServerAsync() public method

public MyFastcgiServerAsync ( ) : System
return System