ListenOptions.FileHandle 속성

정의

소켓에 바인딩된 파일 설명자를 가져옵니다.

public:
 property System::UInt64 FileHandle { System::UInt64 get(); };
public ulong FileHandle { get; }
member this.FileHandle : uint64
Public ReadOnly Property FileHandle As ULong

속성 값

구현

Microsoft.AspNetCore.Server.Kestrel.Transport.Abstractions.Internal.IEndPointInformation.FileHandle

설명

가 에 ListenOptions 바인딩된 FileHandleEndPoint경우에만 설정합니다.

적용 대상