NavigatingCancelEventArgs.WebRequest Property
Gets the WebRequest object that is used to request the specified content.
Namespace: System.Windows.Navigation
Assembly: PresentationFramework (in PresentationFramework.dll)
Property Value
Type: System.Net.WebRequestGets the System.Net.WebRequest object that is used to request the specified content.
System.Net.WebRequest is an abstract base class that encapsulates a Web request, and is protocol agnostic. For each common protocol, the .NET Framework includes a class that derives from System.Net.WebRequest and extends it with protocol specific state and behavior, including:
PackWebRequest: URIs that use the pack:// scheme to request application data files (see WPF Application Resource, Content, and Data Files).
HttpWebRequest: URIs that use the http:// scheme to request files from Web servers.
FtpWebRequest: URIs that use the ftp:// scheme to request files from FTP servers.
FileWebRequest: URIs that use the file:// scheme to request local files.
You can both view and modify WebRequest details.
WebRequest is null when navigation occurs by:
Using the WebBrowser control.
Calling Navigate
Setting NavigationService.Content.
Navigating through HTML content in a Frame.
Windows 8, Windows Server 2012, Windows 7, Windows Vista SP2, Windows Server 2008 (Server Core Role not supported), Windows Server 2008 R2 (Server Core Role supported with SP1 or later; Itanium not supported)
The .NET Framework does not support all versions of every platform. For a list of the supported versions, see .NET Framework System Requirements.