C# 클래스 Bracket.RackResponse

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

Private Properties

프로퍼티 타입 설명

공개 메소드들

메소드 설명
AddHeader ( string key, string value ) : void
Flush ( ) : void
RackResponse ( ) : System
RackResponse ( Stream outputStream ) : System
Write ( string line ) : void

메소드 상세

AddHeader() 공개 메소드

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

Flush() 공개 메소드

public Flush ( ) : void
리턴 void

RackResponse() 공개 메소드

public RackResponse ( ) : System
리턴 System

RackResponse() 공개 메소드

public RackResponse ( Stream outputStream ) : System
outputStream Stream
리턴 System

Write() 공개 메소드

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