Share via


CaptiveNetwork.TryGetSupportedInterfaces(String[]) Method

Definition

Fetch a list of the currently supported network interfaces.

public static SystemConfiguration.StatusCode TryGetSupportedInterfaces(out string?[]? supportedInterfaces);
static member TryGetSupportedInterfaces : String[] -> SystemConfiguration.StatusCode

Parameters

supportedInterfaces
String[]

The list of supported network interfaces upon return.

Returns

OK if successful, an error status otherwise.

Applies to