public void Init() { this.client_identifier = this.client_library.ClientIdentifier; this.client_remoting = this.client_library.ClientRemoting; this.server_url = this.client_library.ServerURL; this.client_port = this.client_library.ClientPort; this.client_ip = this.client_library.ClientIP; this.client_address = ClientUtils.AssembleAddress(client_ip, client_port); Console.WriteLine("URL"); Console.WriteLine(this.server_url); this.remote_server = (ServerInterface)Activator.GetObject(typeof(ServerInterface), server_url); }