KestrelServerOptions.ListenHandle 메서드

정의

오버로드

ListenHandle(UInt64)

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

ListenHandle(UInt64, Action<ListenOptions>)

소켓 파일 설명자를 엽니다. 콜백은 엔드포인트별 설정을 구성합니다.

ListenHandle(UInt64)

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

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

매개 변수

handle
UInt64

적용 대상

ListenHandle(UInt64, Action<ListenOptions>)

소켓 파일 설명자를 엽니다. 콜백은 엔드포인트별 설정을 구성합니다.

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))

매개 변수

handle
UInt64
configure
Action<ListenOptions>

적용 대상