FubarDevelopment / restsharp.portable

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

Cookies from IRestResponse? #85

Closed shayo closed 7 years ago

shayo commented 8 years ago

I am trying to shift towards using restSharp.Portable (I was using RestSharp before). Part of my login code involves getting the cookies that are sent along with the response (i.e., IRestResponse.Cookies). However, I don't see an equivalent structure in RestSharp.Portable. How can I get the cookies that are being sent along with the response?