A
Annette Miller
Hi All,
Just after some help here. I have an app running as a service and I'd like
to be able to communicate with it using remoting.
At the moment I'm using sockets and parsing the data. Remoting seems like a
better option but after a lot of googling and help reading I can't quite
work out how to be able to pass a class between to the service and client -
I want the service to send the class, say, status filled with information,
and have the client be able to call methods and classes to the server. Does
that make sense?
Can anyone point me in a good example of this?
Cheers, and thanks in advance..
Just after some help here. I have an app running as a service and I'd like
to be able to communicate with it using remoting.
At the moment I'm using sockets and parsing the data. Remoting seems like a
better option but after a lot of googling and help reading I can't quite
work out how to be able to pass a class between to the service and client -
I want the service to send the class, say, status filled with information,
and have the client be able to call methods and classes to the server. Does
that make sense?
Can anyone point me in a good example of this?
Cheers, and thanks in advance..