IWebSocketMessage.Text Method
Gets the text content of the WebSocket message, if the message is of type Text.
Syntax
Unit: Sparkle.WebSocket
function IWebSocketMessage.Text: string; virtual; abstract;
Gets the text content of the WebSocket message, if the message is of type Text.
Unit: Sparkle.WebSocket
function IWebSocketMessage.Text: string; virtual; abstract;