namespace wrox.procharp.remoting
{
public class helloserver
{
[stathread]
public static void main(string[] args)
{
tcpserverchannel channel = new tcpserverchannel(8086);
channelservices.registerchanel(channel);
remotingconfiguration.registerwellknownservicetype( typeof(hello),"hi",