4 references to UnixPipeHostPrefix
Microsoft.AspNetCore.Http (4)
BindingAddress.cs (4)
59
public bool IsUnixPipe => Host.StartsWith(
UnixPipeHostPrefix
, StringComparison.Ordinal);
103
var unixPipeHostPrefixLength =
UnixPipeHostPrefix
.Length;
164
var isUnixPipe = address.IndexOf(
UnixPipeHostPrefix
, schemeDelimiterEnd, StringComparison.Ordinal) == schemeDelimiterEnd;
171
var unixPipeHostPrefixLength =
UnixPipeHostPrefix
.Length;