ListenOptions.FileHandle Proprietà

Definizione

Ottiene il descrittore di file associato 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

Valore della proprietà

Implementazioni

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

Commenti

Impostare solo se l'oggetto ListenOptions è associato a un oggetto FileHandleEndPoint.

Si applica a