Toggle navigation
Hot Examples
ZH
EN
RU
DE
FR
ES
PT
IT
JP
ZH
KO
C#
PHP
C#
Java
Go
C++
Python
JS
TS
搜索
Home
CSharpUtils
_45
Tests
FastcgiServerAsyncTest.TestFastcgiServerAsync
C# Class CSharpUtils._45.Tests.FastcgiServerAsyncTest.TestFastcgiServerAsync
Inheritance:
CSharpUtils.Web._45.Fastcgi.FastcgiServerAsync
显示文件
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