|

11-07-2009, 02:51 PM
What I discovered is that the DNS lookup is done internally. In Windows we typically take a domain name, do a lookup to get an IP and then open a socket to that IP. In the BB, just open a socket to the domain name and port. It will internally do the lookup and open the IP.
|