3 references to TargetHostName
Microsoft.AspNetCore.Server.Kestrel.Transport.DirectTls (3)
Connection\DirectTlsConnection.FeatureCollection.cs (1)
53
public string HostName => TlsSession.
TargetHostName
?? string.Empty;
TlsEventPump.cs (2)
921
conn.Session.
TargetHostName
,
952
(context, clientCertificateValidation) = _contextResolver(conn.Connection, conn.Session.
TargetHostName
);