KestrelServerOptions.DisableStringReuse Proprietà

Definizione

Ottiene o imposta un valore che controlla se i valori stringa materializzati verranno riutilizzati tra le richieste; se corrispondono o se le stringhe verranno sempre riallocate.

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

Valore della proprietà

Commenti

Il valore predefinito è false.

Si applica a