Register  |  Login




Advertisement

Start Your Own Q&A Site

Create your own Q&A site easily, allowing you to quickly grow a new community around any subject matter or generate new organic traffic for your existing website.

Question

Status: Closed Points: 75 Time: 10:56 - Jul 27, 2007  

dustPuppy

how to verify that an internet connection exists from a windows .net application?

I need to verify in the user is connected to the internet.
What is the best, i.e. quickest way to do this?

Answer Discussion
Tutorials

 

nidhi

Date:: Jul 27, 2007

Time:: 11:46

there is sample code here that may help but note one of the comments. Are you connected to Lan or Internet so suggestion is to use HttpRequest
http://www.dotnet247.com/247reference/ms...

I guess you could also ping a website
http://www.codeproject.com/dotnet/CSharp...

dustPuppy

Date:: Jul 28, 2007

Time:: 06:21

Thanks for the references, nidhi.
I decided to use the ping approach like this:
public bool CheckHostReachable(string host)
{
System.Net.NetworkInformation.Ping p = new Ping();

PingReply pingReply = p.Send(host, 5000);
return (pingReply.Status == IPStatus.Success);
}

I found out that there is also an asynchronous way of pinging, but since I needed the next action to be dependent on whether I had connectivity or not, I decided to use the synchronous way.

nidhi

Date:: Jul 28, 2007

Time:: 10:21

Yea, I think ping would be the best, at least then it doesnt care about how internet connection is made i.e. lan or modem. Depending on how speed is an issue when checking, you might want to think about hops. Not sure if you can specify how many hops you can make though.

onlyab

Date:: Dec 28, 2010

Time:: 23:50

I am bothered with the slow internet connection for quite a long time, but now I found an easy way to handle my problem, which is the software tuneup360.

Question Answered

This question has been closed, and points have been rewarded to the following experts:


nidhi: 60
dustPuppy: 15

You're welcome however to comment or give additional information or if you wish, you have the ability to write a Tutorial in the Tutorial Area.

Answer this Question

New User

Email:

Upon submission of this form, you will automatically be registered as a Quomon user and we will send your login information to this address

Registered User

Username:

Password:

Forgot Your Password?

No tutorials have been submitted yet. Want to be the first?

Answer this Question

New User

Email:

Upon submission of this form, you will automatically be registered as a Quomon user and we will send your login information to this address

Registered User

Username:

Password:

Forgot Your Password?

Ask a Question

Have a new question? Ask!

You have 100 characters to use



Top Experts

View More

Rank

Expert

Points

1.

nidhi

10354

2.

oracleofDelphi

6493

3.

rcastagna

5596

4.

LAGM

4848

5.

PeterNZ

3487

6.

gonzalo

2840

7.

Mason

2770

8.

jgivoni

2303

9.

xarcus

1820

10.

Anpanman

917

Become an Expert

Register today to share your knowledge with the community and be recognized and rewarded for your contributions.


Register Here




"Psst, Quomon is a great site. Pass it on."     Tell a Friend  |   Link To Us  |   Save to Delicious  |   Digg! Digg it



Language Options

English:

www.quomon.com

Español:

www.quomon.es