Equivalent of ping class in compact framework 2.0

  • Thread starter Thread starter Manish Bafna
  • Start date Start date
M

Manish Bafna

Hi,
If i am not wrong then ping class is not supported in compact framework
2.0.Then what is way out?I want to ping one ip address of server and get
indication whether it is up and running before proceeding further?
Any ideas on how to implement this in compact framework 2.0 would be highly
appreciated.
Thanks in advance for replying(as always).

With Warm Regards.
Manish Bafna.
MCP and MCTS.
 
Hi,
If i am not wrong then ping class is not supported in compact framework
2.0.Then what is way out?I want to ping one ip address of server and get
indication whether it is up and running before proceeding further?
Any ideas on how to implement this in compact framework 2.0 would be highly
appreciated.
Thanks in advance for replying(as always).

With Warm Regards.
Manish Bafna.
MCP and MCTS.

I think the OpenNetCF has a 'ping' method. If not could you just try
to create a socket connection to the server?

Chris
 
Back
Top