See Also

Dart.PowerTCP.SslSockets Namespace

Requirements

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)

Language

Visual Basic

C#

C++

C++/CLI

Show All

See Also Languages Requirements PowerTCP SSL Sockets for .NET

PingType Enumeration

Dart.PowerTCP.SslSockets Namespace : PingType Enumeration (Dart.PowerTCP.SslSockets)

Enumerates the type of ping to send.

Members

MemberDescription
ICMPPing using the ICMP Echo.
UDPPing using a UDP datagram.
TCPPing using a TCP connection attempt.

Remarks

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.

Requirements

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)

See Also

Dart.PowerTCP.SslSockets Namespace

 

Send comments on this topic.

Documentation version 1.1.2.0.

© 2008 Dart Communications.  All rights reserved.