TWebSocketUpgrader.Create Constructor
Creates a new upgrader for the specified request context.
Syntax
Unit: Sparkle.Middleware.WebSocket
constructor TWebSocketUpgrader.Create(AContext: THttpServerContext);
Parameters
| <-> | Parameter | Type | Description |
|---|---|---|---|
| AContext | THttpServerContext | The context of the request to be upgraded. |