Servicestack monotouch dll built using PCL

I port the solution to MVVMCross, but ServiceStack client libraries are hard to work with.

How can I create a ServiceStack client DLL in the PCL library for use in Xamarin Studio so that it works on multiple platforms?

There is nothing remarkable here if I did not miss it: https://github.com/ServiceStack

+4
source share
2 answers

You can clone a ServiceStack project, create a PCL project, link files, create and see what is missing. I am sure that there is a reason why PCL is no longer available, but if this happens to you, make a transfer request.

Since you are using MvvmCross, another option is to create a plugin for your API and then reference the ServiceStack libraries in platform-specific projects.

You can also use MclvmCross RestClient and make the same calls that the ServiceStack client will make.

edit: 4- - HttpClient. Xamarin MS ( Win). PortableRest, . , , , HttpClient. , . PortableRest, .

+3

, .net(, .net 4.5 Timer). , . . http- .

mvvmcross , . , , PCL, , . PCL.

+1

All Articles