SocketsHttpHandler.KeepAlivePingPolicy プロパティ

定義

キープ アライブ ping の動作を取得または設定します。

public:
 property System::Net::Http::HttpKeepAlivePingPolicy KeepAlivePingPolicy { System::Net::Http::HttpKeepAlivePingPolicy get(); void set(System::Net::Http::HttpKeepAlivePingPolicy value); };
public System.Net.Http.HttpKeepAlivePingPolicy KeepAlivePingPolicy { get; set; }
member this.KeepAlivePingPolicy : System.Net.Http.HttpKeepAlivePingPolicy with get, set
Public Property KeepAlivePingPolicy As HttpKeepAlivePingPolicy

プロパティ値

キープ アライブ ping の動作。

注釈

非アクティブな期間が構成された KeepAlivePingDelay 値を超えると、キープ アライブ ping が送信されます。

適用対象