Get Asynchronous HttpResponse through Silverlight (F#)
- by jack2010
I am a newbie with F# and SL and playing with getting asynchronous HttpResponse through Silverlight. The following is the F# code pieces, which is tested on VS2010 and Window7 and works well, but the improvement is necessary. Any advices and discussion, especially the callback part, are welcome and great thanks.
module JSONExample
open System
open…