1 reference to ContainsPrefix
System.Net.HttpListener (1)
System\Net\HttpListenerPrefixCollection.cs (1)
78
public bool Contains(string uriPrefix) => _httpListener.
ContainsPrefix
(uriPrefix);