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();
}
An EchoResult object encapsulating data about the asynchronous ping operation.
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.
Platforms: Windows 98, Windows NT 4.0, Windows Millennium Edition, Windows 2000, Windows XP Home Edition, Windows XP Professional, Windows Server 2003 family
PingEventArgs Class | PingEventArgs Members
Send comments on this topic.
Documentation version 1.1.2.0.
© 2008 Dart Communications. All rights reserved.