Dart.Sockets Namespace : Ping.Type Enumeration |
'Declaration Public Enum Ping.Type Inherits System.Enum
'Usage Dim instance As Ping.Type
public enum Ping.Type : System.Enum
__value public enum Ping.Type : public System.Enum
public enum class Ping.Type : public System.Enum
Member | Description |
---|---|
Raw | A raw socket will be created to send and receive the ping. Administrator privileges may be required. Supports broadcasting. |
System | The system icmp.dll will be used to generate and receive the Ping. |
System.Object
System.ValueType
System.Enum
Dart.Sockets.Ping.Type