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 以降でのみサポートされます。 有効にすると、 と TcpKeepAliveTimeTcpKeepAliveInterval値が転送され、WINHTTP_OPTION_TCP_KEEPALIVE設定され、バッキング TCP ソケットの TCP キープアライブが有効になり、構成されます。

適用対象