7 references to Socket
Microsoft.AspNetCore.Server.Kestrel.Transport.DirectTls (3)
Connection\DirectTlsConnection.FeatureCollection.cs (1)
111
_socket = new
Socket
(new SafeSocketHandle((IntPtr)_connectionState.Fd, ownsHandle: false));
DirectTlsTransportOptions.cs (1)
159
listenSocket = new
Socket
(
TlsEventPump.cs (1)
686
=> new
Socket
(new SafeSocketHandle((IntPtr)fd, ownsHandle: true));
Microsoft.AspNetCore.Server.Kestrel.Transport.Sockets (1)
SocketTransportOptions.cs (1)
135
listenSocket = new
Socket
(
System.IO.Pipes (1)
Microsoft\Win32\SafeHandles\SafePipeHandle.Unix.cs (1)
84
socket = SetPipeSocketInterlocked(new
Socket
(new SafeSocketHandle(handle, ownsHandle)), ownsHandle);
System.Net.NetworkInformation (1)
System\Net\NetworkInformation\NetworkAddressChange.Unix.cs (1)
169
Socket = new
Socket
(sh);
System.Net.Security (1)
System\Net\Security\TlsSession.cs (1)
151
_socket = new
Socket
(socket);