1 instantiation of SafeSocketHandle
Microsoft.AspNetCore.Server.Kestrel.Transport.Sockets (1)
SocketTransportOptions.cs (1)
136
new
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)
265
public Socket(System.Net.Sockets.
SafeSocketHandle
handle) { throw new System.PlatformNotSupportedException(System.SR.SystemNetSockets_PlatformNotSupported); }
291
public System.Net.Sockets.
SafeSocketHandle
SafeHandle { get { throw new System.PlatformNotSupportedException(System.SR.SystemNetSockets_PlatformNotSupported); } }