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. .Net remoting's Http Channel.

.Net remoting's Http Channel.

Scheduled Pinned Locked Moved C#
sysadmincsharpdatabasetestingbeta-testing
5 Posts 2 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.
  • D Offline
    D Offline
    dhami_naresh
    wrote on last edited by
    #1

    hi Does http channel supports bidirection connection over the internet? Actually i need to trigger some events at the client application resides behind firewall/proxy/NAT network from the server running at public IP out side my network.

    naresh is testing the site.

    L 1 Reply Last reply
    0
    • D dhami_naresh

      hi Does http channel supports bidirection connection over the internet? Actually i need to trigger some events at the client application resides behind firewall/proxy/NAT network from the server running at public IP out side my network.

      naresh is testing the site.

      L Offline
      L Offline
      led mike
      wrote on last edited by
      #2

      dhami_naresh wrote:

      Actually i need to trigger some events at the client

      HTTP[^] does not support that.

      D 1 Reply Last reply
      0
      • L led mike

        dhami_naresh wrote:

        Actually i need to trigger some events at the client

        HTTP[^] does not support that.

        D Offline
        D Offline
        dhami_naresh
        wrote on last edited by
        #3

        Thank you very much Led Mike, Actually i am using http channel of dot net remoting. Client can connect to server(server in out side my network) channel via this http channel implementation in .net remoting and can send data to server but we need to trigger some events from server to client via this channel. So the problem is server cant send any type of message to the client. So please may be some addons those could help on solving this problems or may be some sample application those are teaching the same things. Please if you know, send me those references. thank you in advance.

        naresh is testing the site.

        L 1 Reply Last reply
        0
        • D dhami_naresh

          Thank you very much Led Mike, Actually i am using http channel of dot net remoting. Client can connect to server(server in out side my network) channel via this http channel implementation in .net remoting and can send data to server but we need to trigger some events from server to client via this channel. So the problem is server cant send any type of message to the client. So please may be some addons those could help on solving this problems or may be some sample application those are teaching the same things. Please if you know, send me those references. thank you in advance.

          naresh is testing the site.

          L Offline
          L Offline
          led mike
          wrote on last edited by
          #4

          HTTP is a protocol that is used over TCP/IP. It does not support what you describe. Perhaps using another IPC mechanism would provide you with a solution. Have you looked into Message Queues? Or even creating a proprietary protocol using Sockets?

          D 1 Reply Last reply
          0
          • L led mike

            HTTP is a protocol that is used over TCP/IP. It does not support what you describe. Perhaps using another IPC mechanism would provide you with a solution. Have you looked into Message Queues? Or even creating a proprietary protocol using Sockets?

            D Offline
            D Offline
            dhami_naresh
            wrote on last edited by
            #5

            thank you again Mike, i search out those thing what you suggested. thank you verch much.

            naresh is testing the site.

            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