C# 클래스 EvHttpSharp.EventHttpRequest

파일 보기 프로젝트 열기: kekekeks/evhttp-sharp 1 사용 예제들

공개 메소드들

메소드 설명
EventHttpRequest ( EventHttpListener listener, IntPtr handle ) : System
Respond ( HttpStatusCode code, string>.IDictionary headers, ArraySegment body ) : void
Respond ( HttpStatusCode code, string>.IDictionary headers, IEnumerable body ) : void
Respond ( HttpStatusCode code, string>.IDictionary headers, byte body ) : void

비공개 메소드들

메소드 설명
CalculateLength ( ArraySegment body ) : int

메소드 상세

EventHttpRequest() 공개 메소드

public EventHttpRequest ( EventHttpListener listener, IntPtr handle ) : System
listener EventHttpListener
handle System.IntPtr
리턴 System

Respond() 공개 메소드

public Respond ( HttpStatusCode code, string>.IDictionary headers, ArraySegment body ) : void
code HttpStatusCode
headers string>.IDictionary
body ArraySegment
리턴 void

Respond() 공개 메소드

public Respond ( HttpStatusCode code, string>.IDictionary headers, IEnumerable body ) : void
code HttpStatusCode
headers string>.IDictionary
body IEnumerable
리턴 void

Respond() 공개 메소드

public Respond ( HttpStatusCode code, string>.IDictionary headers, byte body ) : void
code HttpStatusCode
headers string>.IDictionary
body byte
리턴 void