UdpRetransmissionSettingsElement.MaxDelayPerRetransmission 屬性
定義
重要
部分資訊涉及發行前產品,在發行之前可能會有大幅修改。 Microsoft 對此處提供的資訊,不做任何明確或隱含的瑕疵擔保。
取得或設定 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")]
public TimeSpan MaxDelayPerRetransmission { get; set; }
[<System.ComponentModel.TypeConverter(typeof(System.ServiceModel.Configuration.TimeSpanOrInfiniteConverter))>]
[<System.Configuration.ConfigurationProperty("maxDelayPerRetransmission", DefaultValue="00:00:00.500")>]
member this.MaxDelayPerRetransmission : TimeSpan with get, set
Public Property MaxDelayPerRetransmission As TimeSpan
屬性值
UDP 重新傳輸設定項目的重新傳輸最大延遲。
- 屬性