Beispiel #1
0
        public override void RegisterHost(string address)
        {
            IHost client = new WcfHostClient(address);

            this.Machine.RegisterHost(client);
        }
Beispiel #2
0
 public override void RegisterHost(string address)
 {
     IHost client = new WcfHostClient(address);
     this.Machine.RegisterHost(client);
 }