TTMSFNCWebSocketConnection.SendFrame Method
Sends a fully prepared frame over the connection without further validation.
API unit family: TMSFNCWebSocketCommon
Declaring type: TTMSFNCWebSocketConnection
Syntax
procedure SendFrame(aFrame: TTMSFNCWebSocketFrame); virtual;
Remarks
No content or state checks are performed; sending after a close frame has been sent raises an exception.
Parameters
| Name | Description |
|---|---|
aFrame |
Frame to serialize and send. |