R
Rich
I aplogize for posting on a topic which I'm sure has already been
discussed here, but I have searched the archives and not found a
solution that works quite like I was hoping.
I'm developing a Compact Framework application which needs to work in
both "connected" and "disconnected" modes. The user has an option to
synchronize the locally saved data with the master SQL database when
necessary, and I would like to test for an active network connection
prior to doing so. I have expirmented with the WebRequest class and it
works, but it seems especially slow to return an HttpStatusCode.
It just seems that there should be a simpler, quicker way to get this
status. Does anyone have any suggestions or advice?
Thanks in advance.
discussed here, but I have searched the archives and not found a
solution that works quite like I was hoping.
I'm developing a Compact Framework application which needs to work in
both "connected" and "disconnected" modes. The user has an option to
synchronize the locally saved data with the master SQL database when
necessary, and I would like to test for an active network connection
prior to doing so. I have expirmented with the WebRequest class and it
works, but it seems especially slow to return an HttpStatusCode.
It just seems that there should be a simpler, quicker way to get this
status. Does anyone have any suggestions or advice?
Thanks in advance.