TTMSFNCWebSocketHandshakeRequest.ToStrings Method
Serializes the request line and all handshake headers into . The list is cleared first; a missing resource defaults to
/and a missing key is generated automatically. AnyExtraHeadersare appended last.
API unit family: TMSFNCWebSocketClient
Declaring type: TTMSFNCWebSocketHandshakeRequest
Syntax
procedure ToStrings(aHeaders: TStrings);
Parameters
| Name | Description |
|---|---|
aHeaders |
List that receives the request line and headers; existing content is cleared. |