2 references to FormatSniNameCannotBeEmpty
Microsoft.AspNetCore.Server.Kestrel.Core (1)
Internal\ConfigurationReader.cs (1)
149throw new InvalidOperationException(CoreStrings.FormatSniNameCannotBeEmpty(endpointName));
Microsoft.AspNetCore.Server.Kestrel.Tests (1)
ConfigurationReaderTests.cs (1)
310Assert.Equal(CoreStrings.FormatSniNameCannotBeEmpty("End1"), end1Ex.Message);