UdpBinding.TimeToLive Property

Definition

Gets or sets the value of the TimeToLive property in a UDP binding.

public:
 property int TimeToLive { int get(); void set(int value); };
public int TimeToLive { get; set; }
member this.TimeToLive : int with get, set
Public Property TimeToLive As Integer

Property Value

The number of network segment hops that a multicast packet can traverse.

Applies to