Select Categories Below
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.
Status: Closed Points: 75 Time: 10:56 - Jul 27, 2007
dustPuppy
I need to verify in the user is connected to the internet. What is the best, i.e. quickest way to do this?
Categories:
Add Categories
When adding more than one category, separate them with commas.
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...
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.
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:
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?
Enter your email address below and we will resend your login information to you.
Login Information Sent
Questions
whats the best food to eat during midnight?
How to identify the tiffany jewelry? www.tffanycheapmall.com.
Send an email alert to each user of the php application based on criteria
How I Increased My AdSense Earnings?
how to choose the lady dress ?
How can I fulfill the minimum requirement to make your computer support 3D?
You have 100 characters to use
Rank
Expert
Points
1.
10354
2.
6493
3.
5596
4.
4848
5.
3487
6.
2840
7.
2770
8.
2303
9.
1820
10.
917
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 it
Language Options
English:
Español:
Sponsors
Questions and Answers Software