c# - Httpclient continous multipart stream -


i totally hit limit here:

i working api offers me this:

for running event, video images can received in form of continuous multipart stream. stream ends event finishes.

would capture this?

i started coding this:

system.net.webresponse res = req.getresponse(); system.io.stream receivestream = res.getresponsestream(); using (system.io.streamreader sr = new system.io.streamreader(receivestream, encoding.utf8)) 

which works charm, long there 1 response.

could point me in right direction?


Comments

Popular posts from this blog

c# - Validate object ID from GET to POST -

node.js - Custom Model Validator SailsJS -

php - Find a regex to take part of Email -