A
Andrew Falanga
Hi,
I'm very much a newbie to the whole WCF thing. I'm working a client/
server system that uses TCP, from the code I modeled from on MSDN I'm
assuming http. However, in the tutorial I setup the client by first
starting the server and then using svcutil to "talk" with the server
and generate some code for the client program. Then, when using the
client, I don't even have to specify hostnames or anything. I just
new a client class object and away I go.
The question is, the plan for the project I'm working on is that there
could be a few different servers and, depending on who's using the
client, they would use a different server. How does one make the
client use a different server? Would the svcutil program have to be
run against each server?
Thanks,
Andy
I'm very much a newbie to the whole WCF thing. I'm working a client/
server system that uses TCP, from the code I modeled from on MSDN I'm
assuming http. However, in the tutorial I setup the client by first
starting the server and then using svcutil to "talk" with the server
and generate some code for the client program. Then, when using the
client, I don't even have to specify hostnames or anything. I just
new a client class object and away I go.
The question is, the plan for the project I'm working on is that there
could be a few different servers and, depending on who's using the
client, they would use a different server. How does one make the
client use a different server? Would the svcutil program have to be
run against each server?
Thanks,
Andy