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
Współpracuj z nami w serwisie GitHub
Źródło tej zawartości można znaleźć w witrynie GitHub, gdzie można również tworzyć i przeglądać problemy i żądania ściągnięcia. Więcej informacji znajdziesz w naszym przewodniku dla współtwórców.