2 references to UnixSocketPathMustBeAbsolute
Microsoft.AspNetCore.Server.Kestrel.Core (2)
KestrelConfigurationLoader.cs (1)
182throw new ArgumentException(CoreStrings.UnixSocketPathMustBeAbsolute, nameof(socketPath));
KestrelServerOptions.cs (1)
574throw new ArgumentException(CoreStrings.UnixSocketPathMustBeAbsolute, nameof(socketPath));