Support Board
Date/Time: Thu, 05 Feb 2026 18:40:25 +0000
Post From: How access the binary from sc.MakeHTTPBinaryRequest()
| [2023-02-15 08:45:34] |
| User907968 - Posts: 865 |
|
accessing the binary data is killing me
You can access via pointer to start of data - sc.HTTPBinaryResponse.GetPointer() or via array operator - sc.HTTPBinaryResponse[] |
