WinHttpHandler.TcpKeepAliveEnabled 屬性

定義

取得或設定值,指出是否啟用 TCP 保持運作。

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

屬性值

備註

只有 Windows 10 2004 版或更新版本才支援。 如果已啟用,則會轉送 和 TcpKeepAliveTime 的值TcpKeepAliveInterval來設定WINHTTP_OPTION_TCP_KEEPALIVE,並啟用和設定支援 TCP 套接字的 TCP 保持運作。

適用於