इसके माध्यम से साझा किया गया


HotspotAuthenticationContext.RedirectMessageUrl Property

Definition

Gets the URL of the web page where the Wireless Internet Service Provider roaming (WISPr) redirect message was found.

Note

This functionality is available only to mobile operator apps and UWP apps given privileged access by mobile network operators.

If you want to use this API and publish your app to the Microsoft Store, then you'll need special approval. For more information, see the Restricted capabilities section in the App capability declarations topic.

public:
 property Uri ^ RedirectMessageUrl { Uri ^ get(); };
Uri RedirectMessageUrl();
public System.Uri RedirectMessageUrl { get; }
var uri = hotspotAuthenticationContext.redirectMessageUrl;
Public ReadOnly Property RedirectMessageUrl As Uri

Property Value

A URI that contains the HTTPS or HTTP redirect URL.

Windows requirements

App capabilities
cellularDeviceControl cellularDeviceIdentity

Applies to