HttpSysOptions.AllowSynchronousIO Propiedad

Definición

Controlar si se permite la entrada/salida sincrónica para HttpContext.Request.Body y HttpContext.Response.Body. De manera predeterminada, es 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

Valor de propiedad

Se aplica a