Early Preview

This is currently very much a preview. Please feel free to try things out, but don't be upset if anything is not yet working. Feedback is welcome over on our GitHub Dicussions page.

enum System.​Net.​Http.​HttpKeepAlivePingPolicy

Assembly: System.Net.Http

Specifies when the HTTP/2 ping frame is sent on an idle connection.

Values

WithActiveRequests
Sends a keep alive ping only when there are active streams on the connection.
Always
Sends a keep alive ping for the whole lifetime of the connection.