KestrelServerOptions.AllowSynchronousIO Property

Definition

Gets or sets a value that controls whether synchronous IO is allowed for the Request and 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

Property Value

Remarks

Defaults to false.

Applies to