¡@

Home 

c# Programming Glossary: icmp

Check if a server is available

http://stackoverflow.com/questions/614336/check-if-a-server-is-available

not respond to ping for some reason you decided to block ICMP Echo request you'll have to invent you own service for this... own service for this. Personally I'm all for not blocking ICMP Echo requests and I think this is the way to go. The ping command..

Listen for ICMP packets in C#

http://stackoverflow.com/questions/626541/listen-for-icmp-packets-in-c-sharp

for ICMP packets in C# I have a SIP application that needs to send UDP.. are when an attempt to send to a UDP socket results in an ICMP Destination Unreachable packet being generated by the remote.. that's up but that the port is not listening I can see the ICMP message arriving back with a packet tracer but the question..

ICMP in C#, SocketException - Forbidden by access permissions

http://stackoverflow.com/questions/745602/icmp-in-c-socketexception-forbidden-by-access-permissions

in C# SocketException Forbidden by access permissions I'm trying.. Forbidden by access permissions I'm trying to get the ICMP code found here to work. However on this line Socket new System.Net.Sockets.Socket.. program to work on user level what would you sugesst Other ICMP approaches is also welcome. I have been trying to play around..