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にのみ設定されます。

適用対象