Neokernel API

HTTPFileServerAgent.isRestrictedDirectory Method

This method returns true if the URI path is attempting to access something in a restricted directory, as specified in the restricted_directories property.

protected virtual bool isRestrictedDirectory(
   string path
);

See Also

HTTPFileServerAgent Class | com.neokernel.httpd Namespace