Support Board
Date/Time: Fri, 19 Dec 2025 19:02:34 +0000
Post From: How access the binary from sc.MakeHTTPBinaryRequest()
| [2023-02-15 08:45:34] |
| User907968 - Posts: 860 |
|
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[] |
