I know that Windows App Store applications have limited support for the System.Net namespace.
I know that for TCP and UDP protocols, the Windows.Networking namespace contains equivalents such as StreamSocket, DataReader, DataWriter, etc.
There are a few other important objects in System.Net that i use, which i cant seem to find the equivalent for in WinRT. Specifically these ones:
MailAddress
ContentType
ContentDisposition
Thread
Anyone know the equivalent for these?