WinHttpHandler.TcpKeepAliveEnabled Propiedad

Definición

Obtiene o establece un valor que indica si TCP keep-alive está habilitado.

public:
 property bool TcpKeepAliveEnabled { bool get(); void set(bool value); };
public bool TcpKeepAliveEnabled { get; set; }
member this.TcpKeepAliveEnabled : bool with get, set
Public Property TcpKeepAliveEnabled As Boolean

Valor de propiedad

Comentarios

Solo se admite en Windows 10 versión 2004 o posterior. Si está habilitado, los valores de TcpKeepAliveInterval y TcpKeepAliveTime se reenviarán para establecer WINHTTP_OPTION_TCP_KEEPALIVE, habilitando y configurando TCP keep-alive para el socket TCP de respaldo.

Se aplica a