1 instantiation of HttpListenerPrefixCollection
System.Net.HttpListener (1)
System\Net\HttpListener.cs (1)
40
_prefixes = new
HttpListenerPrefixCollection
(this);
4 references to HttpListenerPrefixCollection
netstandard (1)
netstandard.cs (1)
1144
[assembly: System.Runtime.CompilerServices.TypeForwardedTo(typeof(System.Net.
HttpListenerPrefixCollection
))]
System (1)
src\libraries\shims\System\ref\System.cs (1)
629
[assembly: System.Runtime.CompilerServices.TypeForwardedTo(typeof(System.Net.
HttpListenerPrefixCollection
))]
System.Net.HttpListener (2)
System\Net\HttpListener.cs (2)
20
private readonly
HttpListenerPrefixCollection
_prefixes;
98
public
HttpListenerPrefixCollection
Prefixes