A
aaa
Hi
I need to perform simple comunication towards my Windows.Forms clients.
Service running on server needs to contact/notify client apps running in
the network if certain event accurs. Upon this notification client would
contact the server (this is not within the scope of this question).
What is the easiest way to accomplish this? I persume not to include
TCP/UDP server on my clients
Is it using .NET remoting?
I need to perform simple comunication towards my Windows.Forms clients.
Service running on server needs to contact/notify client apps running in
the network if certain event accurs. Upon this notification client would
contact the server (this is not within the scope of this question).
What is the easiest way to accomplish this? I persume not to include
TCP/UDP server on my clients
