I want to navigate to php or xml files those are in server, but for that I need to have Internet access.
How can I see if there's a connection available and active using C#?
I want to navigate to php or xml files those are in server, but for that I need to have Internet access.
How can I see if there's a connection available and active using C#?
Try connecting to the resource in question. If you can't then there's no connection "available and active"
Without more detail in your question, it's difficult to provide more info.