Aracılığıyla paylaş


KestrelServerOptions.ListenHandle Yöntem

Tanım

Aşırı Yüklemeler

ListenHandle(UInt64)

Yuva dosyası tanımlayıcısı açın.

ListenHandle(UInt64, Action<ListenOptions>)

Yuva dosyası tanımlayıcısı açın. Geri arama, uç noktaya özgü ayarları yapılandırıyor.

ListenHandle(UInt64)

Kaynak:
KestrelServerOptions.cs
Kaynak:
KestrelServerOptions.cs
Kaynak:
KestrelServerOptions.cs

Yuva dosyası tanımlayıcısı açın.

public:
 void ListenHandle(System::UInt64 handle);
public void ListenHandle (ulong handle);
member this.ListenHandle : uint64 -> unit
Public Sub ListenHandle (handle As ULong)

Parametreler

handle
UInt64

Şunlara uygulanır

ListenHandle(UInt64, Action<ListenOptions>)

Kaynak:
KestrelServerOptions.cs
Kaynak:
KestrelServerOptions.cs
Kaynak:
KestrelServerOptions.cs

Yuva dosyası tanımlayıcısı açın. Geri arama, uç noktaya özgü ayarları yapılandırıyor.

public:
 void ListenHandle(System::UInt64 handle, Action<Microsoft::AspNetCore::Server::Kestrel::Core::ListenOptions ^> ^ configure);
public void ListenHandle (ulong handle, Action<Microsoft.AspNetCore.Server.Kestrel.Core.ListenOptions> configure);
member this.ListenHandle : uint64 * Action<Microsoft.AspNetCore.Server.Kestrel.Core.ListenOptions> -> unit
Public Sub ListenHandle (handle As ULong, configure As Action(Of ListenOptions))

Parametreler

handle
UInt64
configure
Action<ListenOptions>

Şunlara uygulanır