3 references to IsUnixPipe
Microsoft.AspNetCore.Http (2)
BindingAddress.cs (2)
76if (!IsUnixPipe) 117if (IsUnixPipe || IsNamedPipe)
Microsoft.AspNetCore.Server.Kestrel.Core (1)
Internal\AddressBinder.cs (1)
120if (parsedAddress.IsUnixPipe)