Windows apps
Collapse the table of content
Expand the table of content
Information
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 ()

 

Gets the inner WebRequest.

Namespace:   System.IO.Packaging
Assembly:  PresentationCore (in PresentationCore.dll)

public:
WebRequest^ GetInnerRequest()

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
Return to top
Show:
© 2017 Microsoft