1 write to FileHandle
Microsoft.AspNetCore.Connections.Abstractions (1)
FileHandleEndPoint.cs (1)
21FileHandle = fileHandle;
2 references to FileHandle
Microsoft.AspNetCore.Server.Kestrel.Core (1)
ListenOptions.cs (1)
84public ulong FileHandle => (EndPoint as FileHandleEndPoint)?.FileHandle ?? 0;
Microsoft.AspNetCore.Server.Kestrel.Transport.Sockets (1)
SocketTransportOptions.cs (1)
136new SafeSocketHandle((IntPtr)fileHandle.FileHandle, ownsHandle: false)