IConnectionTimeoutFeature 인터페이스

정의

연결 시간 제한을 효율적으로 처리하는 기능입니다.

public interface class IConnectionTimeoutFeature
public interface IConnectionTimeoutFeature
type IConnectionTimeoutFeature = interface
Public Interface IConnectionTimeoutFeature

메서드

CancelTimeout()

또는 ResetTimeout(TimeSpan)로 지정된 SetTimeout(TimeSpan) 시간 제한 후에 연결이 닫히지 않도록 합니다.

ResetTimeout(TimeSpan)

시간 제한이 취소되거나 다시 설정되지 않는 한 지정된 양의 유한 TimeSpan 한 후 연결을 닫습니다. 그러면 진행 중인 시간 제한이 취소됩니다.

SetTimeout(TimeSpan)

시간 제한이 취소되거나 다시 설정되지 않는 한 지정된 양의 유한 TimeSpan 한 후 연결을 닫습니다. 진행 중인 시간 제한이 있는 경우 실패합니다.

적용 대상