Inheritance diagram for Client::HTTPResponseHandler:
Public Member Functions | |
HTTPResponseHandler (HTTPRequest originalRequest, Connection client, ClientControl clientControl) | |
void | Handle (Message msg) |
Properties | |
Uri | RequestUri |
Definition at line 24 of file ResponseHandlers.cs.
|
<summary> Creates a new instance of HTTPResponse handler with the specified parameters </summary> <param name="originalRequest">The original reuest which prompted the response</param> <param name="client">The client through which to send the final response</param> <param name="clientControl">The controlling parent object</param> Definition at line 40 of file ResponseHandlers.cs. |
|
<summary> Handles the HTTP Response or No Change message. Decodes the message as necessary, updates the cache (and mappings), and sends the response to the client. </summary> <param name="msg">Incoming message to process</param> Implements Client::IResponseHandler. Definition at line 52 of file ResponseHandlers.cs. References Common::Message::Type. |
|
Property * Definition at line 104 of file ResponseHandlers.cs. |