Hello:
I need to know if Windows Communication Foundations (WCF) can completely and easly help to solve the next scenario:
I need a server program which constantly receives events that, according to the content of the signal, helps to trigger one or many processes; this server program will run as a Windows Service.
These events will be generated as signals from many client WPF programs and so, can be enqueued.
These events will be generated according to the results of a timer also.
The communication between the client and the server will be using an exclusive port.
For security reasons the data communication using the exclusive port will need to be encrypted.
Finally, The clients will need to monitor the results of the programa execution.
If the answer is yes, please try to indicate me which libraries/classes should I consider for points:
1) The event management
2) The enqueue process
4) The setting, opening, use and closing of the port
5) The encryption process
6) Monitoring of the server program execution from the client.
Many, many thanks.