Sends a server-sent event
Source position: httpdefs.pp line 610
public procedure TResponse.SendServerEvent( |
const aEvent: THTTPServerEvent |
); virtual; |
aEvent |
|
Server event to send |
SendServerEvent transmits a single server-sent event to the client. This method formats and sends the event according to the SSE specification.