1 instantiation of HttpListenerTimeoutManager
System.Net.HttpListener (1)
System\Net\HttpListener.cs (1)
39
_timeoutManager = new
HttpListenerTimeoutManager
(this);
4 references to HttpListenerTimeoutManager
netstandard (1)
netstandard.cs (1)
1147
[assembly: System.Runtime.CompilerServices.TypeForwardedTo(typeof(System.Net.
HttpListenerTimeoutManager
))]
System (1)
src\libraries\shims\System\ref\System.cs (1)
632
[assembly: System.Runtime.CompilerServices.TypeForwardedTo(typeof(System.Net.
HttpListenerTimeoutManager
))]
System.Net.HttpListener (2)
System\Net\HttpListener.cs (1)
24
private readonly
HttpListenerTimeoutManager
_timeoutManager;
System\Net\Managed\HttpListener.Managed.cs (1)
21
public
HttpListenerTimeoutManager
TimeoutManager