1 reference to UnixSocketEndpoint
Microsoft.AspNetCore.Server.Kestrel.Core (1)
KestrelConfigurationLoader.cs (1)
172
public KestrelConfigurationLoader UnixSocketEndpoint(string socketPath) =>
UnixSocketEndpoint
(socketPath, _ => { });