System.Net.Sockets.UdpClient.Ttl Property

Gets or sets a value that specifies the Time to Live (TTL) value of Internet Protocol (IP) packets sent by the System.Net.Sockets.UdpClient.

Syntax

public short Ttl { get; set; }

Value

Documentation for this section has not yet been entered.

Remarks

The TTL value indicates the maximum number of routers a packet can traverse before the router discards the packet and an Internet Control Message Protocol (ICMP) "TTL exceeded" error message is returned to the sender.

Requirements

Namespace: System.Net.Sockets
Assembly: System (in System.dll)
Assembly Versions: 2.0.0.0, 4.0.0.0