UdpTransportSettingsElement.TimeToLive Eigenschaft

Definition

Ruft den Wert der TimeToLive-Eigenschaft in einem UDP-Transportkonfigurationselement ab oder legt ihn fest.

public:
 property int TimeToLive { int get(); void set(int value); };
[System.Configuration.ConfigurationProperty("timeToLive", DefaultValue=1)]
[System.Configuration.IntegerValidator(MaxValue=255, MinValue=0)]
public int TimeToLive { get; set; }
[<System.Configuration.ConfigurationProperty("timeToLive", DefaultValue=1)>]
[<System.Configuration.IntegerValidator(MaxValue=255, MinValue=0)>]
member this.TimeToLive : int with get, set
Public Property TimeToLive As Integer

Eigenschaftswert

Die Anzahl an Netzwerksegmenthops, die ein Multicastpaket durchlaufen kann.

Attribute

Gilt für: