{
channelservices.registerchannel(new tcpclientchannel());
hello obj = (hello)activator.getobject(typeof(hello),"tcp://localhost:8086/hi");
if (obj == null)
{
console.writeline("could not locate server");
return;
}
for(int i=0;i<5; i++)
{
channelservices.registerchannel(new tcpclientchannel());
hello obj = (hello)activator.getobject(typeof(hello),"tcp://localhost:8086/hi");
if (obj == null)
{
console.writeline("could not locate server");
return;
}
for(int i=0;i<5; i++)