HttpSysOptions.AllowSynchronousIO Proprietà

Definizione

Controllare se l'input/output sincrono è consentito per HttpContext.Request.Body e HttpContext.Response.Body. Il valore predefinito è 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

Valore della proprietà

Si applica a