KestrelServerOptions.DisableStringReuse プロパティ

定義

具体化された文字列値を要求間で再利用するかどうかを制御する値を取得または設定します。一致する場合、または文字列が常に再割り当てされる場合は 。

public:
 property bool DisableStringReuse { bool get(); void set(bool value); };
public bool DisableStringReuse { get; set; }
member this.DisableStringReuse : bool with get, set
Public Property DisableStringReuse As Boolean

プロパティ値

注釈

既定値は false です。

適用対象