Freigeben über


KestrelConfigurationLoader.HandleEndpoint Methode

Definition

Überlädt

HandleEndpoint(UInt64)

Öffnen Sie einen Socketdateideskriptor.

HandleEndpoint(UInt64, Action<ListenOptions>)

Öffnen Sie einen Socketdateideskriptor.

HandleEndpoint(UInt64)

Quelle:
KestrelConfigurationLoader.cs
Quelle:
KestrelConfigurationLoader.cs
Quelle:
KestrelConfigurationLoader.cs

Öffnen Sie einen Socketdateideskriptor.

public:
 Microsoft::AspNetCore::Server::Kestrel::KestrelConfigurationLoader ^ HandleEndpoint(System::UInt64 handle);
public Microsoft.AspNetCore.Server.Kestrel.KestrelConfigurationLoader HandleEndpoint (ulong handle);
member this.HandleEndpoint : uint64 -> Microsoft.AspNetCore.Server.Kestrel.KestrelConfigurationLoader
Public Function HandleEndpoint (handle As ULong) As KestrelConfigurationLoader

Parameter

handle
UInt64

Gibt zurück

Gilt für:

HandleEndpoint(UInt64, Action<ListenOptions>)

Quelle:
KestrelConfigurationLoader.cs
Quelle:
KestrelConfigurationLoader.cs
Quelle:
KestrelConfigurationLoader.cs

Öffnen Sie einen Socketdateideskriptor.

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

Parameter

handle
UInt64
configure
Action<ListenOptions>

Gibt zurück

Gilt für: