10 references to Host
System.Net.HttpListener (10)
System\Net\Managed\HttpEndPointListener.cs (5)
198if (p.Host != host || p.Port != port) 324if (prefix.Host == "*") 336if (prefix.Host == "+") 365if (prefix.Host == "*") 379if (prefix.Host == "+")
System\Net\Managed\HttpEndPointManager.cs (5)
96if (lp.Host != "*" && lp.Host != "+" && Uri.CheckHostName(lp.Host) == UriHostNameType.Unknown) 106HttpEndPointListener epl = GetEPListener(lp.Host!, lp.Port, listener, lp.Secure); 212HttpEndPointListener epl = GetEPListener(lp.Host!, lp.Port, listener, lp.Secure);