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
ניתן למצוא את המקור לתוכן זה ב- GitHub, שם ניתן גם ליצור ולסקור בעיות ולמשוך בקשות. לקבלת מידע נוסף, עיין במדריך התורמים שלנו.