Share via


ListenOptions.FileHandle Propiedad

Definición

Obtiene el descriptor de archivo enlazado a un socket.

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

Valor de propiedad

Implementaciones

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

Comentarios

Solo se establece si ListenOptions está enlazado a .FileHandleEndPoint

Se aplica a