4 references to net_listener_mustcall
System.Net.HttpListener (4)
System\Net\HttpListenerRequest.cs (1)
270throw new InvalidOperationException(SR.Format(SR.net_listener_mustcall, "GetClientCertificate()/BeginGetClientCertificate()"));
System\Net\Managed\HttpListener.Managed.cs (3)
278throw new InvalidOperationException(SR.Format(SR.net_listener_mustcall, "Start()")); 344throw new InvalidOperationException(SR.Format(SR.net_listener_mustcall, "Start()")); 348throw new InvalidOperationException(SR.Format(SR.net_listener_mustcall, "AddPrefix()"));