4 references to PrefixCollection
System.Net.HttpListener (4)
System\Net\HttpListenerPrefixCollection.cs (4)
48foreach (string uriPrefix in _httpListener.PrefixCollection) 64foreach (string uriPrefix in _httpListener.PrefixCollection) 70public int Count => _httpListener.PrefixCollection.Count; 84return new ListenerPrefixEnumerator(_httpListener.PrefixCollection.GetEnumerator());