C# 클래스 ModServer.HttpResponse

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

공개 프로퍼티들

프로퍼티 타입 설명
cookies String>.Dictionary
headers String>.Dictionary
version string

공개 메소드들

메소드 설명
HttpResponse ( ConnectionStatus status, String Connection, String filePath ) : System
HttpResponse ( String request ) : System
ToString ( ) : String
addHeader ( String field, String data ) : void
clearMessageBytes ( ) : void
guessContentLength ( ) : void
setCookie ( String name, String value ) : void
validateResponse ( String request ) : bool

메소드 상세

HttpResponse() 공개 메소드

public HttpResponse ( ConnectionStatus status, String Connection, String filePath ) : System
status ConnectionStatus
Connection String
filePath String
리턴 System

HttpResponse() 공개 메소드

public HttpResponse ( String request ) : System
request String
리턴 System

ToString() 공개 메소드

public ToString ( ) : String
리턴 String

addHeader() 공개 메소드

public addHeader ( String field, String data ) : void
field String
data String
리턴 void

clearMessageBytes() 공개 메소드

public clearMessageBytes ( ) : void
리턴 void

guessContentLength() 공개 메소드

public guessContentLength ( ) : void
리턴 void

setCookie() 공개 메소드

public setCookie ( String name, String value ) : void
name String
value String
리턴 void

validateResponse() 공개 정적인 메소드

public static validateResponse ( String request ) : bool
request String
리턴 bool

프로퍼티 상세

cookies 공개적으로 프로퍼티

public Dictionary cookies
리턴 String>.Dictionary

headers 공개적으로 프로퍼티

public Dictionary headers
리턴 String>.Dictionary

version 공개적으로 프로퍼티

public string version
리턴 string