Sdílet prostřednictvím


HttpSysOptions.AllowSynchronousIO Vlastnost

Definice

Řídit, jestli je povolen synchronní vstup/výstup pro HttpContext.Request.Body a HttpContext.Response.Body. Výchozí formát je 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

Hodnota vlastnosti

Platí pro