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。

适用于