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