WebHostBuilderLibuvExtensions.UseLibuv Yöntem
Tanım
Önemli
Bazı bilgiler ürünün ön sürümüyle ilgilidir ve sürüm öncesinde önemli değişiklikler yapılmış olabilir. Burada verilen bilgilerle ilgili olarak Microsoft açık veya zımni hiçbir garanti vermez.
Aşırı Yüklemeler
| UseLibuv(IWebHostBuilder) |
Kullanımdan kalktı.
Kestrel tarafından kullanılacak aktarım olarak libuv ' i belirtin. |
| UseLibuv(IWebHostBuilder, Action<LibuvTransportOptions>) |
Kullanımdan kalktı.
Kestrel tarafından kullanılacak aktarım olarak libuv ' i belirtin. |
UseLibuv(IWebHostBuilder)
Dikkat
The libuv transport is obsolete and will be removed in a future release. See https://aka.ms/libuvtransport for details.
Kestrel tarafından kullanılacak aktarım olarak libuv ' i belirtin.
public:
[System::Runtime::CompilerServices::Extension]
static Microsoft::AspNetCore::Hosting::IWebHostBuilder ^ UseLibuv(Microsoft::AspNetCore::Hosting::IWebHostBuilder ^ hostBuilder);
public static Microsoft.AspNetCore.Hosting.IWebHostBuilder UseLibuv (this Microsoft.AspNetCore.Hosting.IWebHostBuilder hostBuilder);
[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 Microsoft.AspNetCore.Hosting.IWebHostBuilder UseLibuv (this Microsoft.AspNetCore.Hosting.IWebHostBuilder hostBuilder);
static member UseLibuv : Microsoft.AspNetCore.Hosting.IWebHostBuilder -> Microsoft.AspNetCore.Hosting.IWebHostBuilder
[<System.Obsolete("The libuv transport is obsolete and will be removed in a future release. See https://aka.ms/libuvtransport for details.", false)>]
static member UseLibuv : Microsoft.AspNetCore.Hosting.IWebHostBuilder -> Microsoft.AspNetCore.Hosting.IWebHostBuilder
<Extension()>
Public Function UseLibuv (hostBuilder As IWebHostBuilder) As IWebHostBuilder
Parametreler
- hostBuilder
- IWebHostBuilder
Yapılandırılacak Microsoft. AspNetCore. Hosting. ıwebhostbuilder.
Döndürülenler
Microsoft. AspNetCore. Hosting. ıwebhostbuilder.
- Öznitelikler
Şunlara uygulanır
UseLibuv(IWebHostBuilder, Action<LibuvTransportOptions>)
Dikkat
The libuv transport is obsolete and will be removed in a future release. See https://aka.ms/libuvtransport for details.
Kestrel tarafından kullanılacak aktarım olarak libuv ' i belirtin.
public:
[System::Runtime::CompilerServices::Extension]
static Microsoft::AspNetCore::Hosting::IWebHostBuilder ^ UseLibuv(Microsoft::AspNetCore::Hosting::IWebHostBuilder ^ hostBuilder, Action<Microsoft::AspNetCore::Server::Kestrel::Transport::Libuv::LibuvTransportOptions ^> ^ configureOptions);
public static Microsoft.AspNetCore.Hosting.IWebHostBuilder UseLibuv (this Microsoft.AspNetCore.Hosting.IWebHostBuilder hostBuilder, Action<Microsoft.AspNetCore.Server.Kestrel.Transport.Libuv.LibuvTransportOptions> configureOptions);
[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 Microsoft.AspNetCore.Hosting.IWebHostBuilder UseLibuv (this Microsoft.AspNetCore.Hosting.IWebHostBuilder hostBuilder, Action<Microsoft.AspNetCore.Server.Kestrel.Transport.Libuv.LibuvTransportOptions> configureOptions);
static member UseLibuv : Microsoft.AspNetCore.Hosting.IWebHostBuilder * Action<Microsoft.AspNetCore.Server.Kestrel.Transport.Libuv.LibuvTransportOptions> -> Microsoft.AspNetCore.Hosting.IWebHostBuilder
[<System.Obsolete("The libuv transport is obsolete and will be removed in a future release. See https://aka.ms/libuvtransport for details.", false)>]
static member UseLibuv : Microsoft.AspNetCore.Hosting.IWebHostBuilder * Action<Microsoft.AspNetCore.Server.Kestrel.Transport.Libuv.LibuvTransportOptions> -> Microsoft.AspNetCore.Hosting.IWebHostBuilder
<Extension()>
Public Function UseLibuv (hostBuilder As IWebHostBuilder, configureOptions As Action(Of LibuvTransportOptions)) As IWebHostBuilder
Parametreler
- hostBuilder
- IWebHostBuilder
Yapılandırılacak Microsoft. AspNetCore. Hosting. ıwebhostbuilder.
- configureOptions
- Action<LibuvTransportOptions>
Libuv seçeneklerini yapılandırmak için bir geri çağırma.
Döndürülenler
Microsoft. AspNetCore. Hosting. ıwebhostbuilder.
- Öznitelikler