Skip to content
  • Categories
  • Recent
  • Tags
  • Popular
  • World
  • Users
  • Groups
Skins
  • Light
  • Cerulean
  • Cosmo
  • Flatly
  • Journal
  • Litera
  • Lumen
  • Lux
  • Materia
  • Minty
  • Morph
  • Pulse
  • Sandstone
  • Simplex
  • Sketchy
  • Spacelab
  • United
  • Yeti
  • Zephyr
  • Dark
  • Cyborg
  • Darkly
  • Quartz
  • Slate
  • Solar
  • Superhero
  • Vapor

  • Default (No Skin)
  • No Skin
Collapse
Code Project
  1. Home
  2. General Programming
  3. WPF
  4. System.Web

System.Web

Scheduled Pinned Locked Moved WPF
helpquestion
7 Posts 4 Posters 0 Views 1 Watching
  • Oldest to Newest
  • Newest to Oldest
  • Most Votes
Reply
  • Reply as topic
Log in to reply
This topic has been deleted. Only users with topic management privileges can see it.
  • R Offline
    R Offline
    rastaVnuce
    wrote on last edited by
    #1

    I'm trying to port an application that heavily relies on the classes in the System.Web namespace (a lot of http requests and responses). The problem is, I can't seem to find anything similar in Silverlight. Am I missing something, or is Silverlight that crippled? :S

    Where it seems there are only borderlines, Where others turn and sigh, You shall rise!

    P 1 Reply Last reply
    0
    • R rastaVnuce

      I'm trying to port an application that heavily relies on the classes in the System.Web namespace (a lot of http requests and responses). The problem is, I can't seem to find anything similar in Silverlight. Am I missing something, or is Silverlight that crippled? :S

      Where it seems there are only borderlines, Where others turn and sigh, You shall rise!

      P Offline
      P Offline
      Pete OHanlon
      wrote on last edited by
      #2

      rastaVnuce wrote:

      Am I missing something, or is Silverlight that crippled?

      No, you're not missing anything. In order to provide the full .NET functionality though, would require Silverlight to be downloaded as a several hundred megabyte download - so, a lot of functionality has been omitted.

      "WPF has many lovers. It's a veritable porn star!" - Josh Smith

      As Braveheart once said, "You can take our freedom but you'll never take our Hobnobs!" - Martin Hughes.

      My blog | My articles | MoXAML PowerToys | Onyx

      R 1 Reply Last reply
      0
      • P Pete OHanlon

        rastaVnuce wrote:

        Am I missing something, or is Silverlight that crippled?

        No, you're not missing anything. In order to provide the full .NET functionality though, would require Silverlight to be downloaded as a several hundred megabyte download - so, a lot of functionality has been omitted.

        "WPF has many lovers. It's a veritable porn star!" - Josh Smith

        As Braveheart once said, "You can take our freedom but you'll never take our Hobnobs!" - Martin Hughes.

        My blog | My articles | MoXAML PowerToys | Onyx

        R Offline
        R Offline
        rastaVnuce
        wrote on last edited by
        #3

        So, a web app framework doesn't have any way to send/receive http requests? Darn... that's a suprise :(

        Where it seems there are only borderlines, Where others turn and sigh, You shall rise!

        P M M 3 Replies Last reply
        0
        • R rastaVnuce

          So, a web app framework doesn't have any way to send/receive http requests? Darn... that's a suprise :(

          Where it seems there are only borderlines, Where others turn and sigh, You shall rise!

          P Offline
          P Offline
          Pete OHanlon
          wrote on last edited by
          #4

          rastaVnuce wrote:

          So, a web app framework doesn't have any way to send/receive http requests?

          Yes it does - it's perfectly possible for Silverlight to work with WCF using basicHttpBinding.

          "WPF has many lovers. It's a veritable porn star!" - Josh Smith

          As Braveheart once said, "You can take our freedom but you'll never take our Hobnobs!" - Martin Hughes.

          My blog | My articles | MoXAML PowerToys | Onyx

          1 Reply Last reply
          0
          • R rastaVnuce

            So, a web app framework doesn't have any way to send/receive http requests? Darn... that's a suprise :(

            Where it seems there are only borderlines, Where others turn and sigh, You shall rise!

            M Offline
            M Offline
            Mark Salsbery
            wrote on last edited by
            #5

            Silverlight: Networking and Communication[^]

            Mark Salsbery Microsoft MVP - Visual C++ :java:

            1 Reply Last reply
            0
            • R rastaVnuce

              So, a web app framework doesn't have any way to send/receive http requests? Darn... that's a suprise :(

              Where it seems there are only borderlines, Where others turn and sigh, You shall rise!

              M Offline
              M Offline
              Michael Sync
              wrote on last edited by
              #6

              rastaVnuce wrote:

              a web app framework doesn't have any way to send/receive http requests?

              Please try WebClient or HttpWebRequest

              Thanks and Regards, Michael Sync ( Blog: http://michaelsync.net) Microsoft MVP (Silverlight), WPF/Silverlight Insiders

              R 1 Reply Last reply
              0
              • M Michael Sync

                rastaVnuce wrote:

                a web app framework doesn't have any way to send/receive http requests?

                Please try WebClient or HttpWebRequest

                Thanks and Regards, Michael Sync ( Blog: http://michaelsync.net) Microsoft MVP (Silverlight), WPF/Silverlight Insiders

                R Offline
                R Offline
                rastaVnuce
                wrote on last edited by
                #7

                Thanks. I somehow missed those. Is there a way to make any of these work synchronously? I'm trying to avoid a major reorganization of a working code because of asynchronous requests.

                Where it seems there are only borderlines, Where others turn and sigh, You shall rise!

                1 Reply Last reply
                0
                Reply
                • Reply as topic
                Log in to reply
                • Oldest to Newest
                • Newest to Oldest
                • Most Votes


                • Login

                • Don't have an account? Register

                • Login or register to search.
                • First post
                  Last post
                0
                • Categories
                • Recent
                • Tags
                • Popular
                • World
                • Users
                • Groups