Does/Will MonoTouch support the new NetHttpBinding of WCF 4.5?
Thanks!
Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.
Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.
Lost your password? Please enter your email address. You will receive a link and will create a new password via email.
Please briefly explain why you feel this question should be reported.
Please briefly explain why you feel this answer should be reported.
Please briefly explain why you feel this user should be reported.
NetHttpBinding is a binding designed for consuming HTTP or WebSocket services. But it only uses WebSocket on Windows 8, otherwise it uses Http.
see: http://msdn.microsoft.com/en-us/library/system.servicemodel.nethttpbinding.aspx
Mono touch supports the same client bindings as silverlight 3 which means basichttpbinding. (atleast according to the latest info I have been able to find)
In your case since you are using xamarin, I assume that you are not running on Windows 8, therefore you are probably stuck with basichttpbinding.