1 instantiation of TlsSocketSession
Microsoft.AspNetCore.Server.Kestrel.Transport.DirectTls (1)
TlsEventPump.cs (1)
720
var 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)
27
private
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
33
private readonly
TlsSocketSession
_session;
65
public
TlsSocketSession
Session => _session;
88
public ConnectionIoState(int fd,
TlsSocketSession
session, ILogger logger)
TlsEventPump.cs (3)
134
public
TlsSocketSession
Session;
720
var
session = new TlsSocketSession(socketHandle);
1273
private 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