Can I attach to a service to catch messages?

  • Thread starter Thread starter Terry Olsen
  • Start date Start date
T

Terry Olsen

I wrote a windows service, it functions as a telnet server. I would like to
be able to write a program that I can open and receive messages from the
service (such as what text is coming in the tcp port). Is there a way to do
something like this?
 
Yes ,,

You can do this with remoting , or by just creating a extra tcp broadcaster
and listener

regards

Michel Posseth [MCP]
 
Back
Top