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입니다.

적용 대상