I am using PortableClassLibrary for my Xamarin.Forms Project.
A WCF Service using BasicHttpBinding with TransportSecurity is hosted to IIS using HTTPS
When i install fiddler to examine the requests from android device to service and back i can see the response data in xml along with all values returned.
My Question is how can i protect this data?
I try many ways like set the security mode to message but doesn't seem to be supported by xamarin.