3 references to net_listener_host
System.Net.HttpListener (3)
System\Net\HttpListener.cs (1)
149throw new ArgumentException(SR.net_listener_host, nameof(uriPrefix));
System\Net\Managed\HttpEndPointManager.cs (1)
97throw new HttpListenerException((int)HttpStatusCode.BadRequest, SR.net_listener_host);
System\Net\Managed\ListenerPrefix.cs (1)
110throw new ArgumentException(SR.net_listener_host);