UdpRetransmissionSettingsElement.MaxDelayPerRetransmission 속성

정의

UDP 재전송 설정 요소에 대한 재전송 당 최대 지연을 가져오거나 설정합니다.

public:
 property TimeSpan MaxDelayPerRetransmission { TimeSpan get(); void set(TimeSpan value); };
[System.ComponentModel.TypeConverter(typeof(System.ServiceModel.Configuration.TimeSpanOrInfiniteConverter))]
[System.Configuration.ConfigurationProperty("maxDelayPerRetransmission", DefaultValue="00:00:00.500")]
[System.ServiceModel.Configuration.ServiceModelTimeSpanValidator(MinValueString="00:00:00")]
public TimeSpan MaxDelayPerRetransmission { get; set; }
[<System.ComponentModel.TypeConverter(typeof(System.ServiceModel.Configuration.TimeSpanOrInfiniteConverter))>]
[<System.Configuration.ConfigurationProperty("maxDelayPerRetransmission", DefaultValue="00:00:00.500")>]
[<System.ServiceModel.Configuration.ServiceModelTimeSpanValidator(MinValueString="00:00:00")>]
member this.MaxDelayPerRetransmission : TimeSpan with get, set
Public Property MaxDelayPerRetransmission As TimeSpan

속성 값

TimeSpan

UDP 재전송 설정 요소에 대한 재전송 최대 지연입니다.

특성
TypeConverterAttribute ConfigurationPropertyAttribute ServiceModelTimeSpanValidatorAttribute

적용 대상