WebHostBuilderQuicExtensions Class
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
IWebHostBuilder extension methods to configure the Quic transport to be used by Kestrel.
public static class WebHostBuilderQuicExtensions
type WebHostBuilderQuicExtensions = class
Public Module WebHostBuilderQuicExtensions
- Inheritance
-
WebHostBuilderQuicExtensions
Methods
UseQuic(IWebHostBuilder, Action<QuicTransportOptions>) |
Specify Quic as the transport to be used by Kestrel. |
UseQuic(IWebHostBuilder) |
Specify Quic as the transport to be used by Kestrel. |