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