KestrelServerOptions.AllowSynchronousIO 屬性

定義

取得或設定值,這個值控制 是否允許 Request 和 的同步 IO 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

屬性值

備註

預設為 False。

適用於