tags:

views:

24

answers:

1

Hi, How to find out currently used DNS nameservers on iPhone? Using SDk 4. Basically i am looking for an equivalent function on iPhone OS to GetNetworkParams on Windows

Thanks

A: 

Im not aware of any objective C APIs included that can do this, so you could always resort to C calls to handle this.. See a guide like : Network Programming

Jesse Naugher