QuicException.ApplicationErrorCode 속성

정의

오류와 연결된 애플리케이션 프로토콜 오류 코드를 가져옵니다.

public:
 property Nullable<long> ApplicationErrorCode { Nullable<long> get(); };
public long? ApplicationErrorCode { get; }
member this.ApplicationErrorCode : Nullable<int64>
Public ReadOnly Property ApplicationErrorCode As Nullable(Of Long)

속성 값

설명

이 속성은 연결을 닫거나 QUIC 스트림StreamAborted(ConnectionAborted)의 읽기 또는 쓰기 방향을 닫을 때 애플리케이션 계층에서 설정한 오류 코드를 포함합니다. 해당 값은 null 다른 모든 오류에 대한 것입니다.

적용 대상