C# 클래스 SimpleHttpServer.Models.HttpResponse

파일 보기 프로젝트 열기: jeske/SimpleHttpServer 1 사용 예제들

공개 메소드들

메소드 설명
HttpResponse ( ) : System
ToString ( ) : string
setContent ( string content, Encoding encoding = null ) : void

메소드 상세

HttpResponse() 공개 메소드

public HttpResponse ( ) : System
리턴 System

ToString() 공개 메소드

public ToString ( ) : string
리턴 string

setContent() 공개 메소드

public setContent ( string content, Encoding encoding = null ) : void
content string
encoding System.Text.Encoding
리턴 void