QuicException.ApplicationErrorCode Property
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Gets the application protocol error code associated with the error.
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)
Property Value
Remarks
This property contains the error code set by the application layer when closing the connection (ConnectionAborted) or closing a read or write direction of a QUIC stream (StreamAborted). Its value is null
for all other errors.
Applies to
ทํางานร่วมกับเราใน GitHub
แหล่งที่มาสำหรับเนื้อหานี้สามารถพบได้บน GitHub ซึ่งคุณยังสามารถสร้างและตรวจสอบปัญหาและคำขอดึงข้อมูลได้ สำหรับข้อมูลเพิ่มเติม ให้ดูคู่มือผู้สนับสนุนของเรา