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

属性值

多播数据包可以遍历的网络段跃点数。

属性

适用于