QuicConnectionOptions.DefaultStreamErrorCode プロパティ

定義

ストリームがストリームの読み取り側または書き込み側を内部的に中止する必要がある場合に使用されるエラー コードを取得または設定します。

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

プロパティ値

注釈

このプロパティは必須であり、設定しないと、接続の確立時に検証エラーが発生します。

適用対象