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
GitHub'da bizimle işbirliği yapın
Bu içeriğin kaynağı GitHub'da bulunabilir; burada ayrıca sorunları ve çekme isteklerini oluşturup gözden geçirebilirsiniz. Daha fazla bilgi için katkıda bulunan kılavuzumuzu inceleyin.