C# 클래스 ServiceStack.WebHost.Endpoints.Extensions.HttpResponseWrapper

상속: IHttpResponse
파일 보기 프로젝트 열기: firstsee/ServiceStack

공개 메소드들

메소드 설명
AddHeader ( string name, string value ) : void
HttpResponseWrapper ( HttpResponse response ) : System
Write ( string text ) : void

메소드 상세

AddHeader() 공개 메소드

public AddHeader ( string name, string value ) : void
name string
value string
리턴 void

HttpResponseWrapper() 공개 메소드

public HttpResponseWrapper ( HttpResponse response ) : System
response System.Web.HttpResponse
리턴 System

Write() 공개 메소드

public Write ( string text ) : void
text string
리턴 void