HttpKeepAlivePingPolicy Enum

Definition

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

public enum class HttpKeepAlivePingPolicy
public enum HttpKeepAlivePingPolicy
type HttpKeepAlivePingPolicy = 
Public Enum HttpKeepAlivePingPolicy
Inheritance
HttpKeepAlivePingPolicy

Fields

Always 1

Sends a keep alive ping for the whole lifetime of the connection.

WithActiveRequests 0

Sends a keep alive ping only when there are active streams on the connection.

Applies to