See Also

Ping Class  | Ping Members

Requirements

Platforms: Windows 98, Windows NT 4.0, Windows Millennium Edition, Windows 2000, Windows XP Home Edition, Windows XP Professional, Windows Server 2003 family

Language

Visual Basic

C#

C++

C++/CLI

Show All

See Also Languages PowerTCP SSL Sockets for .NET

Abort Method

Dart.PowerTCP.SslSockets Namespace > Ping Class : Abort Method (Ping)

Abort the current ping operation.

[Visual Basic]
<DescriptionAttribute("Abort an ongoing ping operation.")> Public Sub Abort()
[C#]
[DescriptionAttribute("Abort an ongoing ping operation.")] public void Abort();
[C++]
[DescriptionAttribute("Abort an ongoing ping operation.")] public: void Abort();
[C++/CLI]
[DescriptionAttribute("Abort an ongoing ping operation.")] public: void Abort();

Remarks

Abort will close the socket and raise the ApplicationException listed. The InnerException will contain the SocketException caused by the act of closing the socket.

The user aborted the operation.

Requirements

Platforms: Windows 98, Windows NT 4.0, Windows Millennium Edition, Windows 2000, Windows XP Home Edition, Windows XP Professional, Windows Server 2003 family

See Also

Ping Class  | Ping Members


Send comments on this topic.

Documentation version 1.1.2.0.

© 2008 Dart Communications.  All rights reserved.