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