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::GetInnerRequest Method ()
.NET Framework (current version)
Gets the inner WebRequest.
Assembly: PresentationCore (in PresentationCore.dll)
Return Value
Type: System.Net::WebRequest^A WebRequest created from the inner-URI if the request resolves to a valid transport protocol such http or ftp; or a WebRequest created with a null-URI if the request resolves from the PackageStore cache.
| Exception | Condition |
|---|---|
| NotSupportedException | The inner URI does not resolve to a valid transport protocol such as http for ftp, nor can the request be resolved from the PackageStore. |
The GetInnerRequest is provided for advanced scenarios only and is not needed for normal operation.
.NET Framework
Available since 3.0
Available since 3.0
Show: