Neokernel API

HTTPFileServerAgent.handleRequest Method

Writes the http response header and returns the requested file if one exists. If the file is ends with .aspx, the ASP.net runtime is used to execute the file and the ASP.net output is returned.

public override void handleRequest(
   AgentRequest agentRequest
);

Implements

RequestAgentInterface.handleRequest

See Also

HTTPFileServerAgent Class | com.neokernel.httpd Namespace