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