KestrelServerOptions.AllowSynchronousIO Propiedad

Definición

Obtiene o establece un valor que controla si se permite la E/S sincrónica para y RequestResponse

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

Comentarios

El valor predeterminado es "false".

Se aplica a