C# Class Squared.Task.Http.HttpServer.Request

Inheritance: IDisposable
Mostra file Open project: sq/Fracture

Public Properties

Property Type Description
Body RequestBody
Headers HeaderCollection
Line RequestLine
LocalEndPoint System.Net.EndPoint
QueuedWhenUTC System.DateTime
RemoteEndPoint System.Net.EndPoint
Response System.Net.Response
Timing TimingData

Public Methods

Method Description
Dispose ( ) : void
ToString ( ) : string

Private Methods

Method Description
Dispose ( bool byServer ) : void
Request ( HttpServer server, SocketDataAdapter adapter, bool shouldKeepAlive, RequestLine line, HeaderCollection headers, RequestBody body ) : System

Method Details

Dispose() public method

public Dispose ( ) : void
return void

ToString() public method

public ToString ( ) : string
return string

Property Details

Body public_oe property

public RequestBody Body
return RequestBody

Headers public_oe property

public HeaderCollection Headers
return HeaderCollection

Line public_oe property

public RequestLine Line
return RequestLine

LocalEndPoint public_oe property

public EndPoint,System.Net LocalEndPoint
return System.Net.EndPoint

QueuedWhenUTC public_oe property

public DateTime,System QueuedWhenUTC
return System.DateTime

RemoteEndPoint public_oe property

public EndPoint,System.Net RemoteEndPoint
return System.Net.EndPoint

Response public_oe property

public Response,System.Net Response
return System.Net.Response

Timing public_oe property

public TimingData Timing
return TimingData