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
ThoughtWorksCoreLib
Web.Response
C# Class ThoughtWorksCoreLib.Web.Response
Web response with body and headers only
Inheritance:
IResponse
显示文件
Open project: ThoughtWorksStudios/mingle.net
Public Methods
Method
Description
Response
(
NameValueCollection
headers
,
string
body
) :
System
Sets the response body
Method Details
Response()
public
method
Sets the response body
public
Response
(
NameValueCollection
headers
,
string
body
) :
System
headers
System.Collections.Specialized.NameValueCollection
body
string
return
System