AsyncHttpContext

Overview

Location

 

constructor

 

constructor(worker: AsyncHttpServerWorker)

 

AsyncHttpContext(AsyncHttpServerWorker worker)

 

Sub New(worker As AsyncHttpServerWorker)

Parameters:

  • worker:

Connection

 

property Connection: Connection read;

 

Connection Connection { get; }

 

ReadOnly Property Connection() As Connection

CurrentRequest

 

property CurrentRequest: AsyncHttpRequest read;

 

AsyncHttpRequest CurrentRequest { get; }

 

ReadOnly Property CurrentRequest() As AsyncHttpRequest

CurrentResponse

 

property CurrentResponse: HttpServerResponse read;

 

HttpServerResponse CurrentResponse { get; }

 

ReadOnly Property CurrentResponse() As HttpServerResponse

ResponseSent

 

property ResponseSent: Boolean read write;

 

Boolean ResponseSent { get; set; }

 

Property ResponseSent() As Boolean

SendResponse

 

method SendResponse

 

void SendResponse()

 

Sub SendResponse()

UserData

 

property UserData: Object read write;

 

Object UserData { get; set; }

 

Property UserData() As Object

 

Connection

 

property Connection: Connection read;

 

Connection Connection { get; }

 

ReadOnly Property Connection() As Connection

CurrentRequest

 

property CurrentRequest: AsyncHttpRequest read;

 

AsyncHttpRequest CurrentRequest { get; }

 

ReadOnly Property CurrentRequest() As AsyncHttpRequest

CurrentResponse

 

property CurrentResponse: HttpServerResponse read;

 

HttpServerResponse CurrentResponse { get; }

 

ReadOnly Property CurrentResponse() As HttpServerResponse

ResponseSent

 

property ResponseSent: Boolean read write;

 

Boolean ResponseSent { get; set; }

 

Property ResponseSent() As Boolean

UserData

 

property UserData: Object read write;

 

Object UserData { get; set; }

 

Property UserData() As Object

 

constructor

 

constructor(worker: AsyncHttpServerWorker)

 

AsyncHttpContext(AsyncHttpServerWorker worker)

 

Sub New(worker As AsyncHttpServerWorker)

Parameters:

  • worker:

SendResponse

 

method SendResponse

 

void SendResponse()

 

Sub SendResponse()