# Sandbox.NetPermission

Specifies who can invoke an action over the network.

- Kind: enum
- Namespace: `Sandbox`
- Assembly: `Sandbox.Engine`
- Modifiers: sealed
> **Obsolete.**


## Fields

- [`Anyone`](/api/Sandbox.NetPermission/Anyone): Anyone can invoke this.
- [`HostOnly`](/api/Sandbox.NetPermission/HostOnly): Only the host can invoke this.
- [`OwnerOnly`](/api/Sandbox.NetPermission/OwnerOnly): Only the owner can invoke this. If the action is static, this works the same way as [Sandbox.NetPermission.HostOnly](/api/Sandbox.NetPermission/HostOnly).
