Does someone know where I can find pointer documentation for C#?
I have int** and I want to initialize it with 3 int* but not sure how
Apparently is different from C
❔ How to upload a MemoryStream as form file in a web request?
I'm trying out how to use HttpClient.PostAsync to send a Form with a file. But I want this file to be a MemoryStream and not an actual file from my files. How do I do this?