You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I encountered a problem when using HttpServer. I hope you can help me: how can I stream back files instead of reading the memory first and then returning. In ASP The body of HttpResponse in NET Core is of type Stearm, but the body of HttpResponse in NetCoreServer is of type byte []. What should I do.
The text was updated successfully, but these errors were encountered:
WangYou77
changed the title
Ask a question
Ask a question about file service、
Jun 11, 2024
I encountered a problem when using HttpServer. I hope you can help me: how can I stream back files instead of reading the memory first and then returning. In ASP The body of HttpResponse in NET Core is of type Stearm, but the body of HttpResponse in NetCoreServer is of type byte []. What should I do.
The text was updated successfully, but these errors were encountered: