1 instantiation of SafeSocketHandle
Microsoft.AspNetCore.Server.Kestrel.Transport.Sockets (1)
SocketTransportOptions.cs (1)
136new SafeSocketHandle((IntPtr)fileHandle.FileHandle, ownsHandle: false)
2 references to SafeSocketHandle
System.Net.Sockets (2)
artifacts\obj\System.Net.Sockets\Debug\net10.0\System.Net.Sockets.notsupported.cs (2)
265public Socket(System.Net.Sockets.SafeSocketHandle handle) { throw new System.PlatformNotSupportedException(System.SR.SystemNetSockets_PlatformNotSupported); } 291public System.Net.Sockets.SafeSocketHandle SafeHandle { get { throw new System.PlatformNotSupportedException(System.SR.SystemNetSockets_PlatformNotSupported); } }