다음을 통해 공유


UdpBindingElement.TimeToLive 속성

정의

UDP 바인딩 요소의 TTL(Time To Live)을 가져오거나 설정합니다.

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

속성 값

UDP 바인딩 요소의 TTL(Time To Live)입니다.

특성

적용 대상