Share via


HttpListenerElement.Timeouts Eigenschaft

Definition

Ruft die Standardtimeoutelemente ab, die für ein HttpListener-Objekt verwendet werden.

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

Eigenschaftswert

Die Timeoutelemente, die für ein HttpListener Objekt verwendet werden.

Attribute

Gilt für:

Weitere Informationen