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