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
Hello, is the following possible in .Net 5 Blazor Wasm / WebApi and if so, please point me to any docs with information and/or examples:
Blazor Wasm client captures a stream of data with unknown length... let's say capturing the data received from a Web Camera while it is turned on and recording
Blazor Wasm client makes a HTTP POST to WebApi via HttpClient and sends chunks of data until the Web Camera is stopped... lets say 4096 bytes or less at a time
What would the WebApi method look like that keeps a stream open, continuously receiving data from the Blazor Wasm client until the stream is closed by the Blazor Wasm client
What would the Blazor client HttpClient call look like in this scenario
Thanks in advance. I have looked but cannot find any documentation or articles on how to setup the WebApi for this scenario or setup the Blazor Wasm client for this scenario.
reacted with thumbs up emoji reacted with thumbs down emoji reacted with laugh emoji reacted with hooray emoji reacted with confused emoji reacted with heart emoji reacted with rocket emoji reacted with eyes emoji
-
Hello, is the following possible in .Net 5 Blazor Wasm / WebApi and if so, please point me to any docs with information and/or examples:
Thanks in advance. I have looked but cannot find any documentation or articles on how to setup the WebApi for this scenario or setup the Blazor Wasm client for this scenario.
Beta Was this translation helpful? Give feedback.
All reactions