HttpSysOptions.AllowSynchronousIO Propriedade

Definição

Controlar se a entrada/saída síncrona é permitida para HttpContext.Request.Body e HttpContext.Response.Body. O padrão é 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 da propriedade

Aplica-se a