C# 클래스 Blighttp.Request

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

공개 프로퍼티들

프로퍼티 타입 설명
Arguments List
ClientAddress string
Content string>.Dictionary
ContentLength int?
Headers string>.Dictionary
Path string
RequestHandler Handler
Type RequestType
Version double

공개 메소드들

메소드 설명
ProcessContent ( string content ) : void
Request ( string clientAddress, RequestType type, string path, double version, string>.Dictionary headers, bool useRealIP ) : System

메소드 상세

ProcessContent() 공개 메소드

public ProcessContent ( string content ) : void
content string
리턴 void

Request() 공개 메소드

public Request ( string clientAddress, RequestType type, string path, double version, string>.Dictionary headers, bool useRealIP ) : System
clientAddress string
type RequestType
path string
version double
headers string>.Dictionary
useRealIP bool
리턴 System

프로퍼티 상세

Arguments 공개적으로 프로퍼티

public List Arguments
리턴 List

ClientAddress 공개적으로 프로퍼티

public string ClientAddress
리턴 string

Content 공개적으로 프로퍼티

public Dictionary Content
리턴 string>.Dictionary

ContentLength 공개적으로 프로퍼티

public int? ContentLength
리턴 int?

Headers 공개적으로 프로퍼티

public Dictionary Headers
리턴 string>.Dictionary

Path 공개적으로 프로퍼티

public string Path
리턴 string

RequestHandler 공개적으로 프로퍼티

public Handler,Blighttp RequestHandler
리턴 Handler

Type 공개적으로 프로퍼티

public RequestType Type
리턴 RequestType

Version 공개적으로 프로퍼티

public double Version
리턴 double