HttpTransportElement.RequestInitializationTimeout 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 or sets the timespan that specifies how long the request initialization has to complete before timing out.
public:
property TimeSpan RequestInitializationTimeout { TimeSpan get(); void set(TimeSpan value); };
[System.ComponentModel.TypeConverter(typeof(System.ServiceModel.Configuration.TimeSpanOrInfiniteConverter))]
[System.Configuration.ConfigurationProperty("requestInitializationTimeout", DefaultValue="00:00:00")]
public TimeSpan RequestInitializationTimeout { get; set; }
[<System.ComponentModel.TypeConverter(typeof(System.ServiceModel.Configuration.TimeSpanOrInfiniteConverter))>]
[<System.Configuration.ConfigurationProperty("requestInitializationTimeout", DefaultValue="00:00:00")>]
member this.RequestInitializationTimeout : TimeSpan with get, set
Public Property RequestInitializationTimeout As TimeSpan
Property Value
A timespan after which the request initialization times out.
- Attributes
Applies to
Zusammenarbeit auf GitHub
Die Quelle für diesen Inhalt finden Sie auf GitHub, wo Sie auch Issues und Pull Requests erstellen und überprüfen können. Weitere Informationen finden Sie in unserem Leitfaden für Mitwirkende.