Does Silverlight cache web service calls?

后端 未结 4 1351
感动是毒
感动是毒 2021-01-24 18:01

Here\'s the problemo:

My Silverlight application is calling a HTTP web service, using WebClient, called getCampaigns which returns a JSON array of data for Campaign obje

4条回答
  •  滥情空心
    2021-01-24 19:03

    https://connect.microsoft.com/VisualStudio/feedback/ViewFeedback.aspx?FeedbackID=340931&wa=wsignin1.0

    Two workarounds are given. I'm appending a Guid to my Url, so each web service call is completed using a unique Url.

提交回复
热议问题