WinHttpHandler.TcpKeepAliveInterval Propriété
Définition
Important
Certaines informations portent sur la préversion du produit qui est susceptible d’être en grande partie modifiée avant sa publication. Microsoft exclut toute garantie, expresse ou implicite, concernant les informations fournies ici.
Obtient ou définit l’intervalle de conservation tcp.
public:
property TimeSpan TcpKeepAliveInterval { TimeSpan get(); void set(TimeSpan value); };
public TimeSpan TcpKeepAliveInterval { get; set; }
member this.TcpKeepAliveInterval : TimeSpan with get, set
Public Property TcpKeepAliveInterval As TimeSpan
Valeur de propriété
Remarques
Prise en charge uniquement sur Windows 10 version 2004 ou ultérieure.
N’a aucun effet si TcpKeepAliveEnabled c’est false.
La valeur par défaut de cette propriété est de 1 seconde.