Neokernel API

HTTPPutAgent Class

This agent can be loaded to support traditional HTTP Put functionality, saving uploaded files to the directory specified in the html_directory prop. To run this agent, the WebServer must have a prop called http_put.agent that matches the HTTPPutAgent's service_name.

service_name
The name this agent uses to register with Service Manager. The default value is http_put.agent.
html_directory
The path to the directory where received files will be stored. Defaults to ./
make_directories
If this prop is set to true, the HTTPPutAgent will create new sub-directories under the server's html_directory when a client uploads a file to a non-existent directory. Defaults to false

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

System.Object
   Props
      Agent
         ServiceAgent
            RequestAgent
               HTTPPutAgent

public class HTTPPutAgent : RequestAgent

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.httpd

Assembly: Neokernel (in Neokernel.exe)

See Also

HTTPPutAgent Members | com.neokernel.httpd Namespace