Answer Overflow Logo
Change Theme
Search Answer Overflow
GitHub
Add Your Server
Login
Home
Popular
Topics
Gaming
Programming
NyroPyro
Posts
Comments
C
C#
•
Created by NyroPyro on 5/28/2024 in
#help
ImageSharp add circular border around image
chat
3 replies
C
C#
•
Created by NyroPyro on 5/28/2024 in
#help
ImageSharp add circular border around image
anyone
3 replies
C
C#
•
Created by NyroPyro on 5/27/2024 in
#help
Streams
Thanks
14 replies
C
C#
•
Created by NyroPyro on 5/27/2024 in
#help
Streams
I see
14 replies
C
C#
•
Created by NyroPyro on 5/27/2024 in
#help
Streams
So it spreads out the workload
14 replies
C
C#
•
Created by NyroPyro on 5/27/2024 in
#help
Streams
I think I still don't understand exactly what a stream does
14 replies
C
C#
•
Created by NyroPyro on 5/27/2024 in
#help
Streams
I'm asking because the whole concept of a byte stream is kind of confusing
14 replies
C
C#
•
Created by NyroPyro on 5/27/2024 in
#help
Streams
but what does the
stream
do? My code:
await response.Content.CopyToAsync(memStream);
Why not something like
byte[] image = await response.Content.GetBytes();
14 replies