C# 클래스 Squared.Task.Http.HttpServer.Request

상속: IDisposable
파일 보기 프로젝트 열기: sq/Fracture

공개 프로퍼티들

프로퍼티 타입 설명
Body RequestBody
Headers HeaderCollection
Line RequestLine
LocalEndPoint System.Net.EndPoint
QueuedWhenUTC System.DateTime
RemoteEndPoint System.Net.EndPoint
Response System.Net.Response
Timing TimingData

공개 메소드들

메소드 설명
Dispose ( ) : void
ToString ( ) : string

비공개 메소드들

메소드 설명
Dispose ( bool byServer ) : void
Request ( HttpServer server, SocketDataAdapter adapter, bool shouldKeepAlive, RequestLine line, HeaderCollection headers, RequestBody body ) : System

메소드 상세

Dispose() 공개 메소드

public Dispose ( ) : void
리턴 void

ToString() 공개 메소드

public ToString ( ) : string
리턴 string

프로퍼티 상세

Body 공개적으로 프로퍼티

public RequestBody Body
리턴 RequestBody

Headers 공개적으로 프로퍼티

public HeaderCollection Headers
리턴 HeaderCollection

Line 공개적으로 프로퍼티

public RequestLine Line
리턴 RequestLine

LocalEndPoint 공개적으로 프로퍼티

public EndPoint,System.Net LocalEndPoint
리턴 System.Net.EndPoint

QueuedWhenUTC 공개적으로 프로퍼티

public DateTime,System QueuedWhenUTC
리턴 System.DateTime

RemoteEndPoint 공개적으로 프로퍼티

public EndPoint,System.Net RemoteEndPoint
리턴 System.Net.EndPoint

Response 공개적으로 프로퍼티

public Response,System.Net Response
리턴 System.Net.Response

Timing 공개적으로 프로퍼티

public TimingData Timing
리턴 TimingData