다음을 통해 공유


QuicConnectionOptions.DefaultCloseErrorCode 속성

정의

연결이 삭제될 때 사용되는 CloseAsync(Int64, CancellationToken) 오류 코드를 가져오거나 설정합니다.

public:
 property long DefaultCloseErrorCode { long get(); void set(long value); };
public long DefaultCloseErrorCode { get; set; }
member this.DefaultCloseErrorCode : int64 with get, set
Public Property DefaultCloseErrorCode As Long

속성 값

설명

이 속성은 필수이며 설정하지 않으면 연결을 설정할 때 유효성 검사 오류가 발생합니다.

다른 닫기 오류 코드를 사용하려면 삭제하기 전에 명시적으로 를 호출 CloseAsync(Int64, CancellationToken) 합니다.

적용 대상