KestrelServerOptions.AllowSynchronousIO Propriedade

Definição

Obtém ou define um valor que controla se a E/S síncrona é permitida para o Request e Response

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

Comentários

O padrão é false.

Aplica-se a