QuicConnectionOptions.DefaultCloseErrorCode 屬性
定義
重要
部分資訊涉及發行前產品,在發行之前可能會有大幅修改。 Microsoft 對此處提供的資訊,不做任何明確或隱含的瑕疵擔保。
取得或設定處置連接時所使用的 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) 。