IWebSocketUpgrader Interface
Interface for upgrading an HTTP connection to a WebSocket connection.
Syntax
Unit: Sparkle.WebSocket
IWebSocketUpgrader = interface(IInterface);
Methods
Name | Description |
---|---|
Upgrade | Upgrades the current HTTP connection to a WebSocket connection. |