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

Inheritance: IDisposable
Afficher le fichier Open project: sq/Fracture

Méthodes publiques

Свойство 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

Méthodes publiques

Méthode Description
Dispose ( ) : void
ToString ( ) : string

Private Methods

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

Method Details

Dispose() public méthode

public Dispose ( ) : void
Résultat void

ToString() public méthode

public ToString ( ) : string
Résultat string

Property Details

Body public_oe property

public RequestBody Body
Résultat RequestBody

Headers public_oe property

public HeaderCollection Headers
Résultat HeaderCollection

Line public_oe property

public RequestLine Line
Résultat RequestLine

LocalEndPoint public_oe property

public EndPoint,System.Net LocalEndPoint
Résultat System.Net.EndPoint

QueuedWhenUTC public_oe property

public DateTime,System QueuedWhenUTC
Résultat System.DateTime

RemoteEndPoint public_oe property

public EndPoint,System.Net RemoteEndPoint
Résultat System.Net.EndPoint

Response public_oe property

public Response,System.Net Response
Résultat System.Net.Response

Timing public_oe property

public TimingData Timing
Résultat TimingData