Share via


VssHttpClientBase.Timeout-Eigenschaft

Hinweis: Diese API ist mittlerweile veraltet.

Namespace:  Microsoft.VisualStudio.Services.WebApi
Assembly:  Microsoft.VisualStudio.Services.WebApi (in Microsoft.VisualStudio.Services.WebApi.dll)

Syntax

'Declaration
<ObsoleteAttribute("This property has been deprecated and will be removed in a future release. Remove all references. To control timeout behavior, see VssHttpRequestSettings.SendTimeout instead.")> _
Public Property Timeout As TimeSpan
[ObsoleteAttribute("This property has been deprecated and will be removed in a future release. Remove all references. To control timeout behavior, see VssHttpRequestSettings.SendTimeout instead.")]
public TimeSpan Timeout { get; set; }

Eigenschaftswert

Typ: System.TimeSpan

.NET Framework-Sicherheit

Siehe auch

Referenz

VssHttpClientBase Klasse

Microsoft.VisualStudio.Services.WebApi-Namespace