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

상속: IHttpResponse
파일 보기 프로젝트 열기: firstsee/ServiceStack 1 사용 예제들

공개 메소드들

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

메소드 상세

AddHeader() 공개 메소드

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

HttpListenerResponseWrapper() 공개 메소드

public HttpListenerResponseWrapper ( HttpListenerResponse response ) : System
response System.Net.HttpListenerResponse
리턴 System

Write() 공개 메소드

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