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

속성 값

살아있는 핑 행동을 유지합니다.

설명

비활성 기간이 구성된 KeepAlivePingDelay 값을 초과하면 활성 상태 유지 ping이 전송됩니다.

적용 대상