CodeGuru Home VC++ / MFC / C++ .NET / C# Visual Basic VB Forums Developer.com
Results 1 to 2 of 2
  1. #1
    Join Date
    Jun 2010
    Location
    Kathmandu
    Posts
    27

    How to retrieve online connected users in applications

    How to retrieve online connected users in applications

  2. #2
    Join Date
    Feb 2011
    Location
    United States
    Posts
    1,016

    Re: How to retrieve online connected users in applications

    Your question is so vague that it makes it essentially unanswerable. If clients are connecting via sockets, you keep track of open sockets and query the RemoteEndPoint property (link) of each open socket. If you're talking about something else, you'll have to be more specific to get a reasonable answer out of the forum.
    Best Regards,

    BioPhysEngr
    http://blog.biophysengr.net
    --
    All advice is offered in good faith only. You are ultimately responsible for effects of your programs and the integrity of the machines they run on.

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  





Click Here to Expand Forum to Full Width

Featured