private void dumpRoute(SipUriList routeSet) { foreach (SipUri route in routeSet) { Console.WriteLine("route: " + route.getString()); } }