LinkType Enumeration
Enum LinkType shows the type of resource that is referenced
Namespace:
Walter.BOMAssembly: Walter.BOM (in Walter.BOM.dll)
Members
Member name | Description | |
---|---|---|
UnKnown | The resource is not known and therefore will become an issue when evaluated. default assumptions will be made | |
Page | The item is a page and may consume other link types. the Page is the root and usually is an action | |
Resource | A resource used by the system, could be a embedded javascript or other resource. Requesting a resource without a page will trigger the firewall | |
ApiEndpoint | The API endpoint calls a enumerable or single answer like a HTTP status | |
JsonEndpoint | The endpoint returns JSON object | |
PhysicalFile | Indicates that the items maps to a file on disk | |
VirualFile | A file that is created at runtime | |
NotAssigned | access to the link type was done but the endpoint was not found in the firewall's runtime database | |
HoneyPotResponse | The honey pot response |