Implemented interface member:
property
HostName
Microsoft.AspNetCore.Connections.Features.ITlsHandshakeFeature.HostName
2 writes to HostName
Microsoft.AspNetCore.Server.Kestrel.Core (2)
Middleware\HttpsConnectionMiddleware.cs (2)
326
feature.
HostName
= name ?? string.Empty;
443
feature.
HostName
= clientHelloInfo.ServerName;
1 reference to HostName
Microsoft.AspNetCore.Server.Kestrel.Core (1)
Internal\Infrastructure\KestrelEventSource.cs (1)
197
var hostName = feature?.
HostName
?? string.Empty;