1 instantiation of TlsSocketSession
Microsoft.AspNetCore.Server.Kestrel.Transport.DirectTls (1)
TlsEventPump.cs (1)
720var session = new TlsSocketSession(socketHandle);
11 references to TlsSocketSession
Microsoft.AspNetCore.Server.Kestrel.Transport.DirectTls (10)
Connection\DirectTlsConnection.cs (1)
21/// - Owns the <see cref="ConnectionIoState"/> (which drives the connection's <see cref="System.Net.Security.TlsSocketSession"/>)
Connection\DirectTlsConnection.FeatureCollection.cs (2)
27private TlsSocketSession TlsSession => _connectionState.Session; 91/// <see cref="TlsSocketSession"/>'s <see cref="SafeSocketHandle"/> and driven by the TLS event pump. We
ConnectionIoState.cs (4)
13/// reads/writes directly over the runtime's socket-bound <see cref="TlsSocketSession"/>, which runs 33private readonly TlsSocketSession _session; 65public TlsSocketSession Session => _session; 88public ConnectionIoState(int fd, TlsSocketSession session, ILogger logger)
TlsEventPump.cs (3)
134public TlsSocketSession Session; 720var session = new TlsSocketSession(socketHandle); 1273private static bool TryCaptureClientHello(TlsSocketSession session, out byte[]? buffer, out int length)
System.Net.Security (1)
System\Net\Security\TlsOperationStatus.cs (1)
23/// (<see cref="TlsSocketSession"/>) this means the underlying socket returned