4 references to SocketInformation
netstandard (1)
netstandard.cs (1)
1274
[assembly: System.Runtime.CompilerServices.TypeForwardedTo(typeof(System.Net.Sockets.
SocketInformation
))]
System (1)
src\libraries\shims\System\ref\System.cs (1)
764
[assembly: System.Runtime.CompilerServices.TypeForwardedTo(typeof(System.Net.Sockets.
SocketInformation
))]
System.Net.Sockets (2)
System\Net\Sockets\Socket.Unix.cs (2)
18
public Socket(
SocketInformation
socketInformation)
26
public
SocketInformation
DuplicateAndClose(int targetProcessId)