Is there any way to use CookieContainer and specify UserAgent in same request using WinRT?
Looks like HttpWebRequest does not support UserAgent.
Also HttpClient + HttpRequestMessage doesn’t seem to support CookieContainer.
Or could I read received cookies from HttpRequestMessage somehow? (In WP7 cookies were not readable.)
It is possible to use CookieContainen with HttpClient also.
You just need to create first HttpClientHandler.
From there is it possible to add CookieContainer.
http://msdn.microsoft.com/en-us/library/windows/apps/xaml/hh781241.aspx