WebHostBuilderLibuvExtensions 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.
Caution
The libuv transport is obsolete and will be removed in a future release. See https://aka.ms/libuvtransport for details.
Libuv IWebHostBuilder extensions.
public ref class WebHostBuilderLibuvExtensions abstract sealed
public static class WebHostBuilderLibuvExtensions
[System.Obsolete("The libuv transport is obsolete and will be removed in a future release. See https://aka.ms/libuvtransport for details.", false)]
public static class WebHostBuilderLibuvExtensions
type WebHostBuilderLibuvExtensions = class
[<System.Obsolete("The libuv transport is obsolete and will be removed in a future release. See https://aka.ms/libuvtransport for details.", false)>]
type WebHostBuilderLibuvExtensions = class
Public Module WebHostBuilderLibuvExtensions
- Inheritance
-
WebHostBuilderLibuvExtensions
- Attributes
Methods
UseLibuv(IWebHostBuilder, Action<LibuvTransportOptions>) |
Obsolete.
Specify Libuv as the transport to be used by Kestrel. |
UseLibuv(IWebHostBuilder) |
Obsolete.
Specify Libuv as the transport to be used by Kestrel. |