C# Class CSharpUtils._45.Tests.FastcgiServerAsyncTest.TestFastcgiServerAsync

Inheritance: CSharpUtils.Web._45.Fastcgi.FastcgiServerAsync
Show file Open project: soywiz/csharputils

Public Methods

Method Description
HandleRequestAsync ( FastcgiRequestAsync Request, FastcgiResponseAsync Response ) : Task

Method Details

HandleRequestAsync() public method

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