Hi, The HttpWorkerRequest documentation states: ... your code could create a derived class for the purpose of child-request execution within a given application in order to pass its instance to ProcessRequest . In this case, the derived class should keep a reference to the current HttpWorkerRequest and...