C# Class ThoughtWorksCoreLib.Web.Response

Web response with body and headers only
Inheritance: IResponse
Mostra file 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