1 reference to RemovePrefix
System.Net.HttpListener (1)
System\Net\HttpListenerPrefixCollection.cs (1)
87
public bool Remove(string uriPrefix) => _httpListener.
RemovePrefix
(uriPrefix);