Dart.PowerTCP.SslSockets Namespace > EchoResult Class : TTL Property (EchoResult) |
Returns the TTL (time to live) for the packet.
[Visual Basic]
Public ReadOnly Property TTL As Integer
[C#]
public int TTL {get;}
[C++]
public: __property int get_TTL();
Returns an integer value representing the TTL for the packet.
If using the Ping component: This property will return either the value passed into the Send method as TTL or 128 if no value is passed into TTL.
If using the Trace component: Calling Send causes a sequence of packets to be sent to the remote host, beginning with a TTL of 1 and incrementing until MaxHops is reached. The TTL can be controlled by setting MaxHops, which specifies the maximum amount of hops to take in attempting to reach the remote host.
Platforms: Windows 98, Windows NT 4.0, Windows Millennium Edition, Windows 2000, Windows XP Home Edition, Windows XP Professional, Windows Server 2003 family
EchoResult Class | EchoResult Members
Send comments on this topic.
Documentation version 1.1.2.0.
© 2008 Dart Communications. All rights reserved.