Login Page - Create Account

Support Board


Date/Time: Mon, 15 Sep 2025 11:49:21 +0000



Post From: How access the binary from sc.MakeHTTPBinaryRequest()

[2023-02-15 08:45:34]
User907968 - Posts: 844
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[]