1 instantiation of HttpListenerPrefixCollection
System (1)
net\System\Net\HttpListener.cs (1)
699
m_Prefixes = new
HttpListenerPrefixCollection
(this);
2 references to HttpListenerPrefixCollection
System (2)
net\System\Net\HttpListener.cs (2)
346
private
HttpListenerPrefixCollection
m_Prefixes;
694
public
HttpListenerPrefixCollection
Prefixes {