Skip to main content

Microsoft Silverlight

Answered Question Silverlight xap files can be cached through SSL channel?RSS Feed

(0)

benylkwok
benylkwok

Member

Member

0 points

1 Posts

Silverlight xap files can be cached through SSL channel?

Can xap file cache through SSL channel? If I use Assembly cachining in SL3.0 to split the xap files into several smaller files, all xap files will be downloaded every time if these files are downloaded to client under SSL channels.

bartczernicki
bartczer...

Contributor

Contributor

4190 points

734 Posts

Answered Question

Re: Silverlight xap files can be cached through SSL channel?

Yes they can...you just need to do it manually using Isolated Storage.

You can read the assembly parts in manually and then store the "stream" in Isolated Storage and load it when necessary.

The post below doesn't show all the code needed, but covers the loading of assembly parts.  You would need to add the Isolated Storage part.

http://silverlighthack.com/post/2008/09/29/Silverlight-2-%28RC0-RTM%29-Dynamic-Assembly-Loading.aspx

  • Unanswered Question
  • Answered Question
  • Announcement
Microsoft Communities