HttpListenerElement::Timeouts Property

.NET Framework (current version)
 

Gets the default timeout elements used for an HttpListener object.

Namespace:   System.Net.Configuration
Assembly:  System (in System.dll)

public:
[ConfigurationPropertyAttribute("timeouts")]
property HttpListenerTimeoutsElement^ Timeouts {
	HttpListenerTimeoutsElement^ get();
}

Property Value

Type: System.Net.Configuration::HttpListenerTimeoutsElement^

Returns HttpListenerTimeoutsElement.

The timeout elements used for an HttpListener object.

.NET Framework
Available since 4.5
Return to top
Show: