ListenOptions.FileHandle Property

Definition

Gets the bound file descriptor to a socket.

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

Property Value

Implements

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

Remarks

Only set if the ListenOptions is bound to a FileHandleEndPoint.

Applies to