HttpSysOptions.AllowSynchronousIO Property
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Control whether synchronous input/output is allowed for the HttpContext.Request.Body and HttpContext.Response.Body.
The default is false
.
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