KestrelServerOptions.AllowSynchronousIO 속성

정의

동기 IO에 대해 Request 허용되는지 여부를 제어하는 값을 가져오거나 설정합니다. Response

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

속성 값

Boolean

설명

기본값은 false입니다.

적용 대상