KestrelConfigurationLoader.HandleEndpoint Méthode
Définition
Important
Certaines informations portent sur la préversion du produit qui est susceptible d’être en grande partie modifiée avant sa publication. Microsoft exclut toute garantie, expresse ou implicite, concernant les informations fournies ici.
Surcharges
HandleEndpoint(UInt64, Action<ListenOptions>) |
Ouvrez un descripteur de fichier de socket. |
HandleEndpoint(UInt64) |
Ouvrez un descripteur de fichier de socket. |
HandleEndpoint(UInt64, Action<ListenOptions>)
Ouvrez un descripteur de fichier de socket.
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
Paramètres
- handle
- UInt64
- configure
- Action<ListenOptions>
Retours
S’applique à
HandleEndpoint(UInt64)
Ouvrez un descripteur de fichier de socket.
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
Paramètres
- handle
- UInt64