KestrelServerOptions.AllowSynchronousIO Eigenschaft

Definition

Dient zum Abrufen oder Festlegen eines Werts, der steuert, ob synchrone IO für die Request und 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

Eigenschaftswert

Boolean

Hinweise

Der Standardwert ist „false“.

Gilt für