HttpSysOptions.AllowSynchronousIO Eigenschaft

Definition

Steuern Sie, ob die synchrone Eingabe/Ausgabe für httpContext.Request.Body und HttpContext.Response.Body zulässig ist. Der Standardwert ist 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

Eigenschaftswert

Gilt für: