Neokernel API

AgentRequest Class

This class is used to pass information to and from agents that implement the RequestAgentInterface. This information is stored in the AgentRequest's Props. An HTTPAgentRequest (which extends AgentRequest) is used when handling requests from the WebServer.

For a list of all members of this type, see AgentRequest Members .

System.Object
   Props
      AgentRequest
         HTTPAgentRequest

[Serializable]
public class AgentRequest : Props

Thread Safety

Public static (Shared in Visual Basic) members of this type are safe for multithreaded operations. Instance members are not guaranteed to be thread-safe.

Requirements

Namespace: com.neokernel.nk

Assembly: Neokernel (in Neokernel.exe)

See Also

AgentRequest Members | com.neokernel.nk Namespace