KestrelServerOptions.DisableStringReuse Property

Definition

Gets or sets a value that controls whether the string values materialized will be reused across requests; if they match, or if the strings will always be reallocated.

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

Property Value

Remarks

Defaults to false.

Applies to