PowerTCP Sockets for .NET
Ping.Type Enumeration




Controls the software technology used to create the Ping.
Syntax
'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 
Members
MemberDescription
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.
Remarks
Ping broadcasting is only supported under Raw. When using System, only the first responding system is returned.
Inheritance Hierarchy

System.Object
   System.ValueType
      System.Enum
         Dart.Sockets.Ping.Type

See Also

Reference

Dart.Sockets Namespace


PowerTCP Sockets for .NET Documentation Version 4.5
© 2018 Dart Communications. All Rights Reserved.
Send comments on this topic