The topic you requested is included in another documentation set. For convenience, it's displayed below. Choose Switch to see the topic in its original location.
PackWebRequest::Timeout Property
.NET Framework (current version)
Gets or sets the length of time before the request times out.
Assembly: PresentationCore (in PresentationCore.dll)
public: property int Timeout { virtual int get() override; virtual void set(int value) override; }
Requests to the package cache do not time out. For requests that resolve from the PackageStore cache, Timeout returns a value of –1.
The Timeout property is shared with the inner request (GetInnerRequest).
.NET Framework
Available since 3.0
Available since 3.0
Show: