System.Net.NetworkInformation.Ping.Ping C# (CSharp) Method

Ping() static private method

static private Ping ( ) : System.ComponentModel
return System.ComponentModel
        static Ping()
        {
            Debug.Assert(Marshal.SizeOf<IcmpHeader>() == 8, "The size of an ICMP Header must be 8 bytes.");
        }
#endif

Same methods

Ping::Ping ( )