locked
"Ping" and "tracert" commands equivalent apis in windows run time application RRS feed

  • Question

  • We generally use "Ping" command to test the ability of the source computer to reach a specified destination computer and "tracert" command to list all the routers it passes through until it reaches its destination, or fails to and is discarded, from command prompt. 

    Can any one help me  how to implement equivalent functionality of these commands in windows  or windows phone runtime application. Please share any references or apis available supporting the same

    Thanks in advance. 

    Wednesday, September 24, 2014 6:50 PM

Answers

  • There is no equivalent of IcmpSendEcho for Windows runtime that can be used to implement ping functionality.
    • Marked as answer by J PHANI Thursday, October 2, 2014 6:20 PM
    Thursday, September 25, 2014 5:36 AM
    Moderator