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) |
Geçersiz.
Kestrel tarafından kullanılacak taşıma olarak Libuv değerini belirtin. |
UseLibuv(IWebHostBuilder, Action<LibuvTransportOptions>) |
Geçersiz.
Kestrel tarafından kullanılacak taşıma olarak Libuv değerini 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 taşıma olarak Libuv değerini 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ılan Microsoft.AspNetCore.Hosting.IWebHostBuilder.
Döndürülenler
The Microsoft.AspNetCore.Hosting.IWebHostBuilder.
- Ö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 taşıma olarak Libuv değerini 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ılan Microsoft.AspNetCore.Hosting.IWebHostBuilder.
- configureOptions
- Action<LibuvTransportOptions>
Libuv seçeneklerini yapılandırmak için geri arama.
Döndürülenler
The Microsoft.AspNetCore.Hosting.IWebHostBuilder.
- Öznitelikler