Class KestrelHttp3Settings
- Namespace
- AdvanceFileUpload.API
- Assembly
- AdvanceFileUpload.API.dll
Contains configuration settings specific to HTTP/3. Enables or disables HTTP/3 support on the server.
public class KestrelHttp3Settings
- Inheritance
-
KestrelHttp3Settings
- Inherited Members
Properties
Enable
Gets or sets a value indicating whether HTTP/3 is enabled.
public bool Enable { get; set; }