HttpKeepAlivePingPolicy 열거형

정의

HTTP/2 ping 프레임이 유휴 연결에서 전송되는 시기를 지정합니다.

public enum class HttpKeepAlivePingPolicy
public enum HttpKeepAlivePingPolicy
type HttpKeepAlivePingPolicy = 
Public Enum HttpKeepAlivePingPolicy
상속
HttpKeepAlivePingPolicy

필드

Always 1

연결의 전체 수명 동안 연결 유지 ping을 보냅니다.

WithActiveRequests 0

연결에 활성 스트림이 있는 경우에만 연결 유지 ping을 보냅니다.

적용 대상