C# 클래스 ThoughtWorksCoreLib.Web.Response

Web response with body and headers only
상속: IResponse
파일 보기 프로젝트 열기: ThoughtWorksStudios/mingle.net

공개 메소드들

메소드 설명
Response ( NameValueCollection headers, string body ) : System

Sets the response body

메소드 상세

Response() 공개 메소드

Sets the response body
public Response ( NameValueCollection headers, string body ) : System
headers System.Collections.Specialized.NameValueCollection
body string
리턴 System