The HostAccessScope enum is used to control what kinds of access is allowed for a certain host desination server.
Name | Value | Description |
---|---|---|
Everything
|
0 | Grant access for all. |
HTTP
|
1 | Grant access for http or https sending and receiving. |
Websocket
|
2 | Grant access for WebSocket connections. |
OSC_Sender
|
3 | Grant access for OSC sending. |
OSC_Receiver
|
4 | Grant access for OSC recieving. |