KestrelServerOptionsSystemdExtensions.UseSystemd Yöntem

Tanım

Aşırı Yüklemeler

UseSystemd(KestrelServerOptions)

Varsa sistemli yuva tabanlı etkinleştirme mantığı tarafından başlatılan dosya tanımlayıcılarını (SD_LISTEN_FDS_START'den başlayarak) açın.

UseSystemd(KestrelServerOptions, Action<ListenOptions>)

Varsa sistemli yuva tabanlı etkinleştirme mantığı tarafından başlatılan dosya tanımlayıcılarını (SD_LISTEN_FDS_START'den başlayarak) açın. Uç noktaya özgü ayarları yapılandırmak için geri aramayı belirtin.

UseSystemd(KestrelServerOptions)

Kaynak:
KestrelServerOptionsSystemdExtensions.cs
Kaynak:
KestrelServerOptionsSystemdExtensions.cs
Kaynak:
KestrelServerOptionsSystemdExtensions.cs

Varsa sistemli yuva tabanlı etkinleştirme mantığı tarafından başlatılan dosya tanımlayıcılarını (SD_LISTEN_FDS_START'den başlayarak) açın.

public:
[System::Runtime::CompilerServices::Extension]
 static Microsoft::AspNetCore::Server::Kestrel::Core::KestrelServerOptions ^ UseSystemd(Microsoft::AspNetCore::Server::Kestrel::Core::KestrelServerOptions ^ options);
public static Microsoft.AspNetCore.Server.Kestrel.Core.KestrelServerOptions UseSystemd (this Microsoft.AspNetCore.Server.Kestrel.Core.KestrelServerOptions options);
static member UseSystemd : Microsoft.AspNetCore.Server.Kestrel.Core.KestrelServerOptions -> Microsoft.AspNetCore.Server.Kestrel.Core.KestrelServerOptions
<Extension()>
Public Function UseSystemd (options As KestrelServerOptions) As KestrelServerOptions

Parametreler

Döndürülenler

KestrelServerOptions.

Şunlara uygulanır

UseSystemd(KestrelServerOptions, Action<ListenOptions>)

Kaynak:
KestrelServerOptionsSystemdExtensions.cs
Kaynak:
KestrelServerOptionsSystemdExtensions.cs
Kaynak:
KestrelServerOptionsSystemdExtensions.cs

Varsa sistemli yuva tabanlı etkinleştirme mantığı tarafından başlatılan dosya tanımlayıcılarını (SD_LISTEN_FDS_START'den başlayarak) açın. Uç noktaya özgü ayarları yapılandırmak için geri aramayı belirtin.

public:
[System::Runtime::CompilerServices::Extension]
 static Microsoft::AspNetCore::Server::Kestrel::Core::KestrelServerOptions ^ UseSystemd(Microsoft::AspNetCore::Server::Kestrel::Core::KestrelServerOptions ^ options, Action<Microsoft::AspNetCore::Server::Kestrel::Core::ListenOptions ^> ^ configure);
public static Microsoft.AspNetCore.Server.Kestrel.Core.KestrelServerOptions UseSystemd (this Microsoft.AspNetCore.Server.Kestrel.Core.KestrelServerOptions options, Action<Microsoft.AspNetCore.Server.Kestrel.Core.ListenOptions> configure);
static member UseSystemd : Microsoft.AspNetCore.Server.Kestrel.Core.KestrelServerOptions * Action<Microsoft.AspNetCore.Server.Kestrel.Core.ListenOptions> -> Microsoft.AspNetCore.Server.Kestrel.Core.KestrelServerOptions
<Extension()>
Public Function UseSystemd (options As KestrelServerOptions, configure As Action(Of ListenOptions)) As KestrelServerOptions

Parametreler

configure
Action<ListenOptions>

Döndürülenler

KestrelServerOptions.

Şunlara uygulanır