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. .NET (Core and Framework)
  4. Remoting to multiple clients

Remoting to multiple clients

Scheduled Pinned Locked Moved .NET (Core and Framework)
security
1 Posts 1 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.
  • S Offline
    S Offline
    SHaroz
    wrote on last edited by
    #1

    What I want is a remoting host that keeps one copy of the remoted object for each of the clients. I need my host to act this way because each client will request and decode a message. If the message is correctly decoded, a private boolean variable in the remoted object is set to true. This is the only way I could think of to authenticate clients without going through a login process. If my host uses Singleton mode: once one client authenticates itself, all the clients will be authenticated. In other words, authentication can be bypassed if a legitemate user is already in. If my host uses SingleCall mode: once a client authenticates itself, the remoted object will be destroyed, and the client won't be able to call any subsequent functions. I hope this makes sense. Any suggestions would be greatly appreciated. Thanks, Steve

    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