WebViewControlWebResourceRequestedEventArgs.Request Property
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Gets the intercepted HTTP request.
public:
property HttpRequestMessage ^ Request { HttpRequestMessage ^ get(); };
HttpRequestMessage Request();
public HttpRequestMessage Request { get; }
var httpRequestMessage = webViewControlWebResourceRequestedEventArgs.request;
Public ReadOnly Property Request As HttpRequestMessage
Property Value
The intercepted HTTP request.