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