KestrelConfigurationLoader.HandleEndpoint Metodo
Definizione
Importante
Alcune informazioni sono relative alla release non definitiva del prodotto, che potrebbe subire modifiche significative prima della release definitiva. Microsoft non riconosce alcuna garanzia, espressa o implicita, in merito alle informazioni qui fornite.
Overload
HandleEndpoint(UInt64, Action<ListenOptions>) |
Aprire un descrittore di file socket. |
HandleEndpoint(UInt64) |
Aprire un descrittore di file socket. |
HandleEndpoint(UInt64, Action<ListenOptions>)
- Origine:
- KestrelConfigurationLoader.cs
- Origine:
- KestrelConfigurationLoader.cs
- Origine:
- KestrelConfigurationLoader.cs
Aprire un descrittore di file 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
Parametri
- handle
- UInt64
- configure
- Action<ListenOptions>
Restituisce
Si applica a
HandleEndpoint(UInt64)
- Origine:
- KestrelConfigurationLoader.cs
- Origine:
- KestrelConfigurationLoader.cs
- Origine:
- KestrelConfigurationLoader.cs
Aprire un descrittore di file 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
Parametri
- handle
- UInt64