다음을 통해 공유


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

속성 값

멀티캐스트 패킷이 이동할 수 있는 네트워크 세그먼트 홉 수입니다.

특성

적용 대상