1 implementation of Socket
Microsoft.AspNetCore.Server.Kestrel.Transport.Sockets (1)
Internal\SocketConnection.FeatureCollection.cs (1)
11public Socket Socket => _socket;
2 references to Socket
Microsoft.AspNetCore.Connections.Abstractions (2)
Features\IConnectionSocketFeature.cs (2)
9/// Provides access to the connection's underlying <see cref="Socket"/>. 14/// Gets the underlying <see cref="Socket"/>.