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

備註

只有在 系結至 FileHandleEndPoint 時才 ListenOptions 設定 。

適用於