KestrelConfigurationLoader.HandleEndpoint 메서드

정의

오버로드

HandleEndpoint(UInt64)

소켓 파일 설명자를 엽니다.

HandleEndpoint(UInt64, Action<ListenOptions>)

소켓 파일 설명자를 엽니다.

HandleEndpoint(UInt64)

Source:
KestrelConfigurationLoader.cs
Source:
KestrelConfigurationLoader.cs

소켓 파일 설명자를 엽니다.

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

매개 변수

handle
UInt64

반환

적용 대상

HandleEndpoint(UInt64, Action<ListenOptions>)

Source:
KestrelConfigurationLoader.cs
Source:
KestrelConfigurationLoader.cs

소켓 파일 설명자를 엽니다.

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

매개 변수

handle
UInt64
configure
Action<ListenOptions>

반환

적용 대상