Hi all,
WRT above subject i would like to know that which are the Domain
Checker classes available in .NET framework ?
and from where i can find the example of domain checker which can
check that particular website URL exists Or Not..?.
for ex. i want to check that where http://www.ABC-XYZ.com ( OR
http://www.ABC-XYZ.co.uk OR http://www.ABC-XYZ.ca OR http://www.ABC-XYZ.au
etc.. ) site exists or not over the world...?
Actaully i have requirement in my project to check this
functionality...
Pls guide me,, Expecting a appreciable reply from you Expert People..
Thanks,
Regards,
Bhavesh
Peter Bromberg [C# MVP] - 13 Feb 2008 01:23 GMT
The easiest way to see if a site is up is to make an WebClient class GET
request and catch any exception that results.
-- Peter
Site: http://www.eggheadcafe.com
UnBlog: http://petesbloggerama.blogspot.com
MetaFinder: http://www.blogmetafinder.com
> Hi all,
>
[quoted text clipped - 16 lines]
> Regards,
> Bhavesh