HttpListener::TimeoutManager Property

.NET Framework (current version)
 

The timeout manager for this HttpListener instance.

Namespace:   System.Net
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
Return to top
Show: