Comunicating with a Service

D

DaveP

here lately been getting my hands wet with socket communication....

i want to talk to a service i wrote that is processing data (sql server
transactions)
using a client app.

im not sure the steps or who should be a host....

should the service have a listener thread listening for connections

any advice Welcome
TIA
DaveP
 
N

Nicholas Paldino [.NET/C# MVP]

DaveP,

I would set up a remoting host or a Windows Communications Foundation
host in your service. Then, you can just connect to your service and make
the appropriate method calls.
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Top