The topic you requested is included in another documentation set. For convenience, it's displayed below. Choose Switch to see the topic in its original location.
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: