HttpListenerElement::Timeouts Property
.NET Framework (current version)
Gets the default timeout elements used for an HttpListener object.
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
Available since 4.5
Show: