Server::HandleSourceRequest

Server::HandleSourceRequest
bool HandleSourceRequest(const MessageSourceRequest* message);
Description

HandleSourceRequest handles a request from AMP for an ActionScript source code file. If the file is found, the server reads it from disk and sends the raw data back to the client. If file is not found, server sends a message indicating that it was not found, so the client may try and load it locally instead.

Parameters
Parameters 
Description 
const MessageSourceRequest* message 
The network message that encapsulates the above file request. 
Return Value

Always returns true.