ABOUT ME

-

Today
-
Yesterday
-
Total
-
  • Ping Program In Vb.net
    카테고리 없음 2020. 2. 12. 05:06
    Ping Program In Vb.net
    1. Ping Program In C

    Greetings, Developers. This class started because I was developping a server monitor and I needed a way to detect if the server was down or not. So the easiest way to know is pinging the server, right? I started searching the web and I found a code developped for and after a few bumps I converted to VB and the code works fine, up to the point of performance. I use to create and send a Raw packet of data to send to the host. The send part works fine, but the response (when I lesten for the echo of the packet I just sent) takes ages to process. I've checked the docs on Microsoft about the to see if they have some insight about what's going on, and finally found a solution - here it is!

    ProgramPing code in vb.net

    Ping Program In C

    I have included an working sample of this class. Hope you like it. Best Regards, Paulo Silva Jr. You might also like.

Designed by Tistory.