HttpListener::TimeoutManager Property
.NET Framework (current version)
The timeout manager for this HttpListener instance.
Assembly: System (in System.dll)
public: property HttpListenerTimeoutManager^ TimeoutManager { HttpListenerTimeoutManager^ get(); }
Property Value
Type: System.Net::HttpListenerTimeoutManager^Returns HttpListenerTimeoutManager.
The timeout manager for this HttpListener instance.
The timeout manager defines the connection timeout limits for this HttpListener instance.
.NET Framework
Available since 4.5
Available since 4.5
Show: