Dart.PowerTCP.SslSockets Namespace : PingType Enumeration (Dart.PowerTCP.SslSockets) |
Enumerates the type of ping to send.
Member | Description |
---|---|
ICMP | Ping using the ICMP Echo. |
UDP | Ping using a UDP datagram. |
TCP | Ping using a TCP connection attempt. |
Typically, a Ping is comprised of an ICMP packet. However, some operating systems (such as Windows 2000 Server) do not allow non-administrative access to a raw socket which is required when sending an ICMP packet. In situations such as this, set the PingType to PingType.UDP or PingType.TCP to successfully Ping a host without having to give administrative access to the account.
Namespace: Dart.PowerTCP.SslSockets
Platforms: Windows 98, Windows NT 4.0, Windows Millennium Edition, Windows 2000, Windows XP Home Edition, Windows XP Professional, Windows Server 2003 family
Assembly: Dart.PowerTCP.SslSockets (in Dart.PowerTCP.SslSockets.dll)
Dart.PowerTCP.SslSockets Namespace
Send comments on this topic.
Documentation version 1.1.2.0.
© 2008 Dart Communications. All rights reserved.