FubarDevelopment / restsharp.portable

Some kind of a RestSharp port to PCL
BSD 2-Clause "Simplified" License
96 stars 33 forks source link

Process streamed results #76

Closed jchannon closed 7 years ago

jchannon commented 8 years ago

Hi,

We have some code here https://github.com/VQComms/ReDock/blob/master/Src/ReDock/DockerClient.cs#L35-L53 in Restsharp that deals with a streaming response. After looking at the Restsharp.Portable API I can't see anything similar. Maybe I'm missing it?

Thanks

fubar-coder commented 8 years ago

It's not implemented, but something similar should be possible