HttpListenerElement.Timeouts Property
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Gets the default timeout elements used for an HttpListener object.
public:
property System::Net::Configuration::HttpListenerTimeoutsElement ^ Timeouts { System::Net::Configuration::HttpListenerTimeoutsElement ^ get(); };
[System.Configuration.ConfigurationProperty("timeouts")]
public System.Net.Configuration.HttpListenerTimeoutsElement Timeouts { get; }
[<System.Configuration.ConfigurationProperty("timeouts")>]
member this.Timeouts : System.Net.Configuration.HttpListenerTimeoutsElement
Public ReadOnly Property Timeouts As HttpListenerTimeoutsElement
Property Value
The timeout elements used for an HttpListener object.
- Attributes
Applies to
See also
Collaborate with us on GitHub
The source for this content can be found on GitHub, where you can also create and review issues and pull requests. For more information, see our contributor guide.