.NET Framework Bookmark and Share   
 index > .NET Remoting and Runtime Serialization > .NET Remoting
 

.NET Remoting

I am using Client activated remoting. Is there a way to display how many clients are connected to the server? If so, is there a way to display a string into a ListBox from each client that is connected to the server?
DrDenimShirt
You could create another remote object, a singleton SAO, that contains a list of all CAO objects.
The CAO objects (clients)will have to register themselves with the SAO.
You can then create some methods in the SAO object that provides information about registered clients.

Hopefully this helps.
Regards,
Stefan
Stefan_A
Have a look at this
Dynamic

You can use google to search for other answers

Custom Search

More Threads

• Out-Of-Process COM conversion to VB.Net or C#
• Differential (incremental) binary serialization of DataSets
• Application to manage Windows Service
• mail problem
• Can AppDomains share a TcpChannel in 2.0? Or routing data between appdomains?
• Use IPC-object from different channels
• serialization
• .net remoting with singletons
• how should i handle clients disconnect?
• Example of VB.NET remoting with Encryption?