UdpTransportSettingsElement.TimeToLive Propiedad

Definición

Obtiene o establece el valor de la TimeToLive propiedad en un elemento de configuración de transporte UDP.

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

Valor de propiedad

Número de saltos de segmento de red que puede atravesar un paquete de multidifusión.

Atributos

Se aplica a