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设置。

适用于