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이 전송됩니다.

적용 대상