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
Collaborer avec nous sur GitHub
La source de ce contenu se trouve sur GitHub, où vous pouvez également créer et examiner les problèmes et les demandes de tirage. Pour plus d’informations, consultez notre guide du contributeur.