4748495051525354555657
if (port != 80) { url += ":" + port; } ciClient = new CIShellClient(bContext, ciContext); ciClient.open(url); Dictionary props = new Hashtable(); props.put(LABEL, "from " + url); props.put(DESCRIPTION, "Disconnect from " + url);