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
CODE PROJECT For Those Who Code
  • Home
  • Articles
  • FAQ
Community
  1. Home
  2. General Programming
  3. C#
  4. Send http request with Windows Mobile through VPN installed on PC

Send http request with Windows Mobile through VPN installed on PC

Scheduled Pinned Locked Moved C#
csharphelpquestion
4 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.
  • W Offline
    W Offline
    Wakonda
    wrote on last edited by
    #1

    Hi everybody, On my Windows Mobile 6.5 application (developped in C# and DOTNET 3.5), I want use a VPN connection. My goals is the following: I connect my PDA on my PC via USB. Then, by clicking on a button of my WinCE application, I would send http request (with the object "HttpWebRequest" of C#) directly on PC (because VPN would be intalled on the PC). I have already searched a solution of my problem but I have not found a solution. Have you got an idea to do this? Best regards

    L Z B 3 Replies Last reply
    0
    • W Wakonda

      Hi everybody, On my Windows Mobile 6.5 application (developped in C# and DOTNET 3.5), I want use a VPN connection. My goals is the following: I connect my PDA on my PC via USB. Then, by clicking on a button of my WinCE application, I would send http request (with the object "HttpWebRequest" of C#) directly on PC (because VPN would be intalled on the PC). I have already searched a solution of my problem but I have not found a solution. Have you got an idea to do this? Best regards

      L Offline
      L Offline
      Lost User
      wrote on last edited by
      #2

      Wakonda wrote:

      Have you got an idea to do this?

      Google for instructions on how to set up VPN.

      Wakonda wrote:

      directly on PC (because VPN would be intalled on the PC).

      ..if you're trying to talk to the server-VPN using TCP/IP from the mobile device, then that's not going to work. Try talking to a webserver on the PC.

      Bastard Programmer from Hell :suss: If you can't read my code, try converting it here[^]

      1 Reply Last reply
      0
      • W Wakonda

        Hi everybody, On my Windows Mobile 6.5 application (developped in C# and DOTNET 3.5), I want use a VPN connection. My goals is the following: I connect my PDA on my PC via USB. Then, by clicking on a button of my WinCE application, I would send http request (with the object "HttpWebRequest" of C#) directly on PC (because VPN would be intalled on the PC). I have already searched a solution of my problem but I have not found a solution. Have you got an idea to do this? Best regards

        Z Offline
        Z Offline
        Zain Ul Abidin
        wrote on last edited by
        #3

        i think you should write another application for your PC also which will receive requests from your windows phone and talk with VPN connection in pc and again send results to your phone but talking directly with windows phone is not a good and practical approach!

        1 Reply Last reply
        0
        • W Wakonda

          Hi everybody, On my Windows Mobile 6.5 application (developped in C# and DOTNET 3.5), I want use a VPN connection. My goals is the following: I connect my PDA on my PC via USB. Then, by clicking on a button of my WinCE application, I would send http request (with the object "HttpWebRequest" of C#) directly on PC (because VPN would be intalled on the PC). I have already searched a solution of my problem but I have not found a solution. Have you got an idea to do this? Best regards

          B Offline
          B Offline
          Bernhard Hiller
          wrote on last edited by
          #4

          That could also be considered as opening a security hole in the VPN!

          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