Windows Service that is listening

  • Thread starter Thread starter Leszek
  • Start date Start date
L

Leszek

Hello!
I'm trying to create some kind of agent. It will be a Windows Service, that
will listen on specific port and doing specific job sended to him.
Can someone give me links to informations how do this? What I must find in
internet, that will help me in building it?
I do this in .NET 2.0. Windows Service, that have some metods is ready.
 
Hello, Leszek!

L> Hello!
L> I'm trying to create some kind of agent. It will be a Windows Service,
L> that will listen on specific port and doing specific job sended to him.
L> Can someone give me links to informations how do this? What I must find
L> in internet, that will help me in building it?
L> I do this in .NET 2.0. Windows Service, that have some metods is ready.

What protocol will clients and that service use?
Maybe be it will be simpler to use web services in your scenario?
--
Regards, Vadym Stetsyak
www: http://vadmyst.blogspot.com
 
No. I must use Windows Service.
I will use OpenSSL Library.
The most difficult will be (for me) to create listening service on specific
port.
Can you give me any link to something about it?

I have problem with english and google is not my friend in this moment :/
 
It shoudn't make a problems in Windows Service?
Thanks for information :)
After all i write some words.
 
Back
Top