CaptiveNetwork.MarkPortalOnline(String) Method
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.
Let the system know that the specified interface has now been authenticated and is now a viable network interface for the rest of the system.
public static bool MarkPortalOnline(string iface);
static member MarkPortalOnline : string -> bool
Parameters
- iface
- String
The network interface that is now authenticated.
Returns
A boolean value indicating whether the operation was successful or not.
Remarks
This API is only available on devices. An EntryPointNotFoundException will be thrown on the simulator