Does anyone know of a workaround to get restsharp working with windows 10 universal apps? I know there was a workaround for 8.1 and I know that the portablerest project exists however I cannot seem to get that to send post requests at all.
Thanks
Does anyone know of a workaround to get restsharp working with windows 10 universal apps? I know there was a workaround for 8.1 and I know that the portablerest project exists however I cannot seem to get that to send post requests at all.
Thanks
Restsharp doesn't support UWP right now.
You can use
HttpClient
andPostAsync()
method for now!