host = new DataServiceHost(typeof(ClientDataService), new Uri[] { }); host.Opened += delegate { Console.WriteLine("connnectioned."); };