1 implementation of Socket
Microsoft.AspNetCore.Server.Kestrel.Transport.Sockets (1)
Internal\SocketConnection.FeatureCollection.cs (1)
11
public Socket
Socket
=> _socket;
3 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
"/>.
Sockets.FunctionalTests (1)
SocketTransportTests.cs (1)
37
var socket = context.Features.Get<IConnectionSocketFeature>().
Socket
;