1 write to _endpointName
Microsoft.AspNetCore.Server.Kestrel.Core (1)
Internal\SniOptionsSelector.cs (1)
40
_endpointName
= endpointName;
2 references to _endpointName
Microsoft.AspNetCore.Server.Kestrel.Core (2)
Internal\SniOptionsSelector.cs (2)
140
throw new AuthenticationException(CoreStrings.FormatSniNotConfiguredToAllowNoServerName(
_endpointName
));
144
throw new AuthenticationException(CoreStrings.FormatSniNotConfiguredForServerName(serverName,
_endpointName
));