TsgcWSAPIServer_WebPush › Methods
TsgcWSAPIServer_WebPush Methods
Public methods grouped by purpose, followed by the full alphabetical list.
Notifications
| Name | Description |
| SendNotification | Encrypts and POSTs a Web Push notification to a single subscription endpoint using the configured VAPID credentials. |
| BroadcastNotification | Sends the same notification to every subscription currently held in the internal Subscriptions list. |
Lifecycle
| Name | Description |
| KeepAlive | Inherited helper that writes a keepalive/ping frame to a single WebSocket connection so idle links stay open through proxies. |
All Methods (alphabetical)
| Name | Description |
| BroadcastNotification | Sends the same notification to every subscription currently held in the internal Subscriptions list. |
| KeepAlive | Inherited helper that writes a keepalive/ping frame to a single WebSocket connection so idle links stay open through proxies. |
| SendNotification | Encrypts and POSTs a Web Push notification to a single subscription endpoint using the configured VAPID credentials. |