I have a windows service that will connect to a WCF web service is due course. However, I like to see if the client has COMs (internet) available before attempt of a connection is made to my own web service. Pinging from the window service seems a good way of doing this. (its fast)
Are there any tutorials or example code out there I could see so I can do this?
Thanks