See Also

PingEventArgs Class  | PingEventArgs 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

Result Property

Dart.PowerTCP.SslSockets Namespace > PingEventArgs Class : Result Property (PingEventArgs)

Returns an EchoResult object encapsulating data about the asynchronous ping operation.

[Visual Basic]
Public ReadOnly Property Result As EchoResult
[C#]
public EchoResult Result {get;}
[C++]
public: __property EchoResult* get_Result();
[C++/CLI]
public: property EchoResult^ Result {    EchoResult^ get(); }

Return Type

An EchoResult object encapsulating data about the asynchronous ping operation.

Remarks

This property returns an EchoResult object encapsulating data aboutt the asynchronous ping operation. For example, check PingEventArgs.Result.ResponseTime for the amount of time it took for a response to the echo request to arrive from the host.

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

PingEventArgs Class  | PingEventArgs Members


Send comments on this topic.

Documentation version 1.1.2.0.

© 2008 Dart Communications.  All rights reserved.