共用方式為


UdpTransportSettingsElement.TimeToLive 屬性

定義

取得或設定 UDP 傳輸組態項目的 TimeToLive 屬性值。

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

屬性值

多點傳送封包可以周遊的網路區段躍點數目。

屬性

適用於