QuicConnectionOptions.KeepAliveInterval 屬性
定義
重要
部分資訊涉及發行前產品,在發行之前可能會有大幅修改。 Microsoft 對此處提供的資訊,不做任何明確或隱含的瑕疵擔保。
取得或設定在連線上傳送 Keep-alive 封包的間隔。
public:
property TimeSpan KeepAliveInterval { TimeSpan get(); void set(TimeSpan value); };
public TimeSpan KeepAliveInterval { get; set; }
member this.KeepAliveInterval : TimeSpan with get, set
Public Property KeepAliveInterval As TimeSpan
屬性值
在連線上傳送 Keep-alive 封包的間隔。 默認值為 InfiniteTimeSpan,這表示永遠不會傳送keep-alive 封包。
備註
Zero 值表示使用基礎實作預設逾時。