UdpBindingElement.TimeToLive Eigenschap

Definitie

Hiermee haalt u de time to live voor het UDP-bindingselement op of stelt u deze in.

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

Waarde van eigenschap

De time to live voor het UDP-bindingselement.

Kenmerken

Van toepassing op