开发者

Consuming Odata service with .NET Compact Framework

开发者 https://www.devze.com 2023-01-01 17:42 出处:网络
I\'d like to consume an odata service with a .开发者_StackOverflow中文版NET Compact Framework 3.5 client application. What\'s the easiest way to do that? There are are clients for various programming

I'd like to consume an odata service with a .开发者_StackOverflow中文版NET Compact Framework 3.5 client application. What's the easiest way to do that? There are are clients for various programming languages in the odata SDK, but I could not find anything related to the compact framework.

Am I missing something or do I have to use plain old HttpWebRequests?

Thanks,

Adrian


As it turns out after posting social.msdn.com, there really is no .net Compact framework client library for odata. So it looks like HttpWebRequests really are the way to go.

0

精彩评论

暂无评论...
验证码 换一张
取 消